update demop_long

This commit is contained in:
shixian.shi 2023-07-11 17:39:59 +08:00
parent 30bba1d30b
commit f86caf9903

View File

@ -8,9 +8,9 @@ import librosa
import soundfile as sf
param_dict = dict()
param_dict['hotword'] = "信诺"
param_dict['hotword'] = "你的热词"
test_wav = '/Users/shixian/Downloads/tpdebug.wav'
test_wav = 'YOUR_LONG_WAV.wav'
output_dir = './tmp'
os.system("mkdir -p {}".format(output_dir))