Releases: playht/playht-nodejs-sdk
Releases · playht/playht-nodejs-sdk
0.14.0
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()
, thevoiceEngine
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 ofPlayHT.stream()
.
v0.12.0
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()
, thevoiceEngine
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 ofPlayHT.stream()
.
0.10.0
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()
, thevoiceEngine
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 ofPlayHT.stream()
.