9 lines
459 B
Markdown
9 lines
459 B
Markdown
- Changed Inworld's TTS service implementations:
|
|
|
|
- Previously, the HTTP implementation was named `InworldTTSService`. That has
|
|
been moved to `InworldHttpTTSService`. This service now supports
|
|
word-timestamp alignment data in both streaming and non-streaming modes.
|
|
- Updated the `InworldTTSService` class to use Inworld's Websocket API. This
|
|
class now has support for word-timestamp alignment data and tracks contexts
|
|
for each user turn.
|