mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
enhanced
This commit is contained in:
parent
a9f6143218
commit
6593380966
@ -99,8 +99,10 @@ def add_events(sio:socketio):
|
||||
buffer_size=lollmsElfServer.config.stt_buffer_size,
|
||||
snd_input_device=lollmsElfServer.config.stt_input_device,
|
||||
snd_output_device=lollmsElfServer.config.tts_output_device,
|
||||
logs_folder=lollmsElfServer.rec_output_folder,
|
||||
logs_folder=lollmsElfServer.rec_output_folder,
|
||||
block_while_talking=True,
|
||||
use_keyword_audio=lollmsElfServer.config.stt_activate_word_detection,
|
||||
keyword_audio_path=lollmsElfServer.config.stt_word_detection_file
|
||||
)
|
||||
lollmsElfServer.rt_com.start_recording()
|
||||
lollmsElfServer.emit_socket_io_info("rtcom_status_changed",{"status":True}, client.client_id)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 32789a26afb786e9e333cef3360373d83c676e95
|
||||
Subproject commit 15dceb83bb102cd3df825d11966c9a050a5b175c
|
@ -1 +1 @@
|
||||
Subproject commit 58b1660087a8d89e231908ced7dc87c0c34151e0
|
||||
Subproject commit a4ed35a3c6f5e1cf3c835a65319373803535d8fe
|
Loading…
Reference in New Issue
Block a user