Add Ultravox service (#1)

Adds support for using Ultravox Realtime as a speech-to-speech service.

Also removes the deprecated Ultravox speech-to-text vllm model integration to avoid confusion.
This commit is contained in:
Mike Depinet
2025-12-12 10:16:15 -08:00
committed by GitHub
parent 645e1802f8
commit 4b81be7acf
16 changed files with 775 additions and 1548 deletions

View File

@@ -116,8 +116,6 @@ TESTS_07 = [
# ("07i-interruptible-xtts.py", EVAL_SIMPLE_MATH),
# Needs a Krisp license.
# ("07p-interruptible-krisp.py", EVAL_SIMPLE_MATH),
# Needs GPU resources.
# ("07u-interruptible-ultravox.py", EVAL_SIMPLE_MATH),
]
TESTS_12 = [