Skip to content

Releases: playht/playht-nodejs-sdk

0.14.0

11 Dec 22:57
8018159
Compare
Choose a tag to compare

Introducing PlayDialog – PlayHT's latest voice model built for fluid, emotive conversation. It's a more advanced model that can generate turn-based dialogues with multiple voices.

NEW TTS Model: PlayDialog. Try it out now.


Upgrading Play's SDK to use PlayDialog

  • First upgrade the package (should upgrade to 0.14.0):
npm install playht@latest
  • When calling PlayHT.stream(), the voiceEngine argument should be "PlayDialog".
  • PlayDialog is multilingual! English is the default; to use a language other than English, pass a language as the language argument on the options of PlayHT.stream().

v0.12.0

21 Oct 20:33
56c7d96
Compare
Choose a tag to compare

Introducing Play 3.0 mini – A lightweight, reliable and cost-efficient Multilingual Text-to-Speech model

NEW TTS Model: Play3.0-mini. Faster, more expressive, reliable, and cost effective. Try it out now.


Upgrading Play's SDK to use Play3.0-mini

  • First upgrade the package (should upgrade to 0.10.x):
npm install playht@latest
  • When calling PlayHT.stream(), the voiceEngine argument should be "Play3.0-mini".
  • Play3.0 is multilingual! English is the default; to use a language other than English, pass a language as the language argument on the options of PlayHT.stream().

0.10.0

15 Oct 22:58
2d1db6c
Compare
Choose a tag to compare

Introducing Play 3.0 mini – A lightweight, reliable and cost-efficient Multilingual Text-to-Speech model

NEW TTS Model: Play3.0-mini. Faster, more expressive, reliable, and cost effective. Try it out now.


Upgrading Play's SDK to use Play3.0-mini

  • First upgrade the package (should upgrade to 0.10.x):
npm install playht@latest
  • When calling PlayHT.stream(), the voiceEngine argument should be "Play3.0-mini".
  • Play3.0 is multilingual! English is the default; to use a language other than English, pass a language as the language argument on the options of PlayHT.stream().