如何使用 Python 为音频文件添加人工采样抖动?

How to add artificial sampling jitter to an audio file with Python?

提问人:Taq Seorangpun 提问时间:6/15/2023 更新时间:6/15/2023 访问量:27

问:

我需要使用 Python 进行音频增强,并想为我的音频添加采样抖动。抖动听起来像什么的示例可以在这里找到: http://www.sereneaudio.com/blog/what-does-jitter-sound-like 注意:我并不是要简单地添加随机噪声。

我查找了 librosa 和 torchaudio 等常见的音频库,但找不到任何合适的模块。

音频 抖动

评论

0赞 moto 6/16/2023
嗨,torchaudio 维护者在这里 - 不幸的是,torchaudio 不支持此功能。

答: 暂无答案