Go包用于重新采样声音数据
resample-导入“ github.com/zaf/resample”包resample实现了PCM编码音频的重采样。
它使用SoX Resampler库`libsoxr'。
要进行安装,请确保已安装libsoxr,然后运行:go get -u github resample-import“ github.com/zaf/resample”包resample实现了PCM编码音频的重采样。
它使用SoX Resampler库`libsoxr'。
要进行安装,请确保已安装libsoxr,然后运行:go get -u github.com/zaf/resample程序包在Resampler中对io.Reader进行扭曲,以重新采样并写入所有输入数据。
输入应为RAW PCM编码的音频样本。
有关用法的详细信息,请参阅cmd文件夹中的代码段。
用法const(//质量设置Quick = 0 //