soundfile问题
Created by: jiaozhusos
在运行examples/tiny里的run_data,出现以下错误: Traceback (most recent call last): File "", line 1, in File "/home/hwja/anaconda3/envs/py2/lib/python2.7/site-packages/soundfile.py", line 373, in read subtype, endian, format, closefd) as f: File "/home/hwja/anaconda3/envs/py2/lib/python2.7/site-packages/soundfile.py", line 740, in init self._file = self._open(file, mode_int, closefd) File "/home/hwja/anaconda3/envs/py2/lib/python2.7/site-packages/soundfile.py", line 1265, in _open "Error opening {0!r}: ".format(self.name)) File "/home/hwja/anaconda3/envs/py2/lib/python2.7/site-packages/soundfile.py", line 1455, in _error_check raise RuntimeError(prefix + _ffi.string(err_str).decode('utf-8', 'replace')) RuntimeError: Error opening '61-70968-0000.flac': File contains data in an unimplemented format. 这一般是什么原因引起的呢?