如何在python 3中将数据从float64转换为int16?

时间:2018-10-08 10:27:30

标签: python-3.x casting floating-point int wav

目前,我正在使用soundfile来从wav文件中读取音频数据,如下所示:

import soundfile
raw_data, sample_rate = soundfile.read(filename)

虽然我知道您可以选择dtype=int16,但我想知道如何将float64值转换为int16值(显然,由于四舍五入的缘故,准确性会降低) )。

0 个答案:

没有答案