fix: typo

This commit is contained in:
AryaShakya1 2025-01-03 16:12:28 +05:45
parent 26c31d5b33
commit 1732db4ad2

View File

@ -194,7 +194,7 @@ def recording(status):
st.session_state.frames.append(temp_audio)
if dur_vad < 0.1 and start_talking:
st.session_state.recording = False
print(f"speech end detected. excit")
print(f"speech end detected. exit")
last_temp_audio = temp_audio
temp_audio = b""