fixed rtcom stuff

This commit is contained in:
Saifeddine ALOUI 2024-05-20 17:06:54 +02:00
parent c28c8bd466
commit 513485df49

View File

@ -82,7 +82,8 @@ def add_events(sio:socketio):
channels=1,
buffer_size=10,
model=lollmsElfServer.config.whisper_model,
snd_device=None,
snd_input_device=lollmsElfServer.config.stt_input_device,
snd_output_device=lollmsElfServer.config.tts_output_device,
logs_folder="logs",
voice=None,
block_while_talking=True,