讀取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
相關文章
相關標籤/搜索