摘要:
1. 从 二进制 pcm 文件中读取数据,并转化位想要的矩阵数组 with open(audioPath, 'rb') as f: audioData = np.fromfile(f, dtype = np.uint16) audioData.shape = -1, 8 转换的音频数据是 不确定行, 阅读全文
posted @ 2020-12-11 18:24
ramlife
阅读(1140)
评论(0)
推荐(0)
浙公网安备 33010602011771号