audio: add another stream for sound effects output
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ async fn main() {
|
||||
};
|
||||
|
||||
let prediction_ctrl = prediction::start_prediction(saved_session, sys_message_src).await;
|
||||
let (audio_ctrl, mic_stream, tts_output) = start_audio_input().await;
|
||||
let (audio_ctrl, mic_stream, tts_output, sfx_output) = start_audio_input().await;
|
||||
let tts_ctrl = start_tts(tts_output).await;
|
||||
let transcription_ctrl = transcription::start_transcription(mic_stream).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user