读取TIMIT数据集中WAV文件报错:ValueError: File format b'NIST'... not understood.

报错缘由 Timit原始数据虽然是以wav结尾的可是格式却不是wav,而是sphere格式,用python中的sphfile库把他转换成wav。python from sphfile import SPHFile import glob if __name__ == "__main__": path = r'/timit路径/TRAIN/*/*/*.WAV' sph_files
相关文章
相关标签/搜索