mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-07 11:02:12 +02:00
fix: send sample rate to STT services
This commit is contained in:
parent
4c936ae57d
commit
7a102026fb
6 changed files with 16 additions and 11 deletions
|
|
@ -91,7 +91,7 @@ class LoopTalkPipelineBuilder:
|
|||
logger.info(f"Using {len(keyterms)} keyterms for STT: {keyterms}")
|
||||
|
||||
# Create services
|
||||
stt = create_stt_service(user_config, keyterms=keyterms)
|
||||
stt = create_stt_service(user_config, audio_config, keyterms=keyterms)
|
||||
llm = create_llm_service(user_config)
|
||||
tts = create_tts_service(user_config, audio_config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue