Update SpeechmaticsSTTService to use the python voice SDK

This commit is contained in:
Sam Sykes
2025-12-20 01:59:18 +01:00
committed by GitHub
parent 5c779abad2
commit 76bae6e699
7 changed files with 715 additions and 880 deletions

View File

@@ -105,7 +105,7 @@ silero = [ "onnxruntime>=1.20.1,<2" ]
simli = [ "simli-ai~=1.0.3"]
soniox = [ "pipecat-ai[websockets-base]" ]
soundfile = [ "soundfile~=0.13.1" ]
speechmatics = [ "speechmatics-rt>=0.5.0" ]
speechmatics = [ "speechmatics-voice[smart]>=0.2.4" ]
strands = [ "strands-agents>=1.9.1,<2" ]
tavus=[]
together = []