mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add Rime TTS
This commit is contained in:
parent
78e4abc796
commit
e255b33813
9 changed files with 79 additions and 8 deletions
|
|
@ -17,7 +17,9 @@ def test_create_speaches_stt_service_uses_http_base_url():
|
|||
)
|
||||
audio_config = SimpleNamespace(transport_in_sample_rate=16000)
|
||||
|
||||
with patch("api.services.pipecat.service_factory.SpeachesSTTService") as mock_service:
|
||||
with patch(
|
||||
"api.services.pipecat.service_factory.SpeachesSTTService"
|
||||
) as mock_service:
|
||||
create_stt_service(user_config, audio_config)
|
||||
|
||||
assert mock_service.call_count == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue