mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update vad_asr_websocket_client.py
This commit is contained in:
parent
e11618bbb4
commit
b1a5fbd433
@ -185,7 +185,7 @@ while True:
|
|||||||
buffer = [] # 清空缓存中的帧数据(最多两个片段)
|
buffer = [] # 清空缓存中的帧数据(最多两个片段)
|
||||||
silence_count = 0 # 统计连续静音的次数清零
|
silence_count = 0 # 统计连续静音的次数清零
|
||||||
speech_detected = False # 标记是否检测到语音
|
speech_detected = False # 标记是否检测到语音
|
||||||
# RECORD_NUM = 0
|
RECORD_NUM = 0
|
||||||
|
|
||||||
print("结束录制...")
|
print("结束录制...")
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user