@@ -264,7 +264,10 @@ def get_course():
# 调用 mp4_to_wav 函数进行转换
wav_file = convert_mp4(mp4_file)
if wav_file is not None:
try:
process_audio_file(wav_file)
except:
print('process_audio_file fail')
if __name__ == '__main__':
The note is not visible to the blocked user.