Inworld TTS services: Add websocket TTS class, add word-timestamp alignment

This commit is contained in:
Mark Backman
2025-12-16 13:46:29 -05:00
parent 88d909d468
commit bd3bf9a00e
6 changed files with 797 additions and 405 deletions

View File

@@ -86,6 +86,7 @@ TESTS_07 = [
("07-interruptible-cartesia-http.py", EVAL_SIMPLE_MATH),
("07a-interruptible-speechmatics.py", EVAL_SIMPLE_MATH),
("07aa-interruptible-soniox.py", EVAL_SIMPLE_MATH),
("07ab-interruptible-inworld.py", EVAL_SIMPLE_MATH),
("07ab-interruptible-inworld-http.py", EVAL_SIMPLE_MATH),
("07ac-interruptible-asyncai.py", EVAL_SIMPLE_MATH),
("07ac-interruptible-asyncai-http.py", EVAL_SIMPLE_MATH),