“ba7cf0782e3e881791cce58affc99eccacfbf5db”上不存在“third_party/ctc_decoders/__init__.py”
* BytesIO类型时,要保证切到初始位置,这样多次读取才能够正常。比如__call__函数。 __call__函数的参数audio_file为BytesIO类型时执行到self.preprocess(model, audio_file)会报错,需要判断audio_file为BytesIO类型时执行audio_file.seek(0)。