mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
03446f19ec
commit
b15b4ca20f
@ -56,7 +56,7 @@ model_vad = AutoModel(
|
||||
device=args.device,
|
||||
disable_pbar=True,
|
||||
disable_log=True,
|
||||
speech_noise_thres=-0.2,
|
||||
speech_noise_thres=0.2,
|
||||
max_single_segment_time=60000,
|
||||
max_end_silence_time=800,
|
||||
# chunk_size=60,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user