如何将噪音混合到“原始”声音中文件(AN4数据库)
我正在研究降噪。谁能告诉我如何将噪声文件与音频文件混合?我正在使用 AN4 数据库,因此它们都是“原始”格式。 提前致谢。
I am doing a research in noise reduction. Could anyone tell me how to mix a noise file with an audio file? I am working with the AN4 database, so they are all in "raw" format.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以获取噪声文件noise.wav,然后将其与 sox 混合到 an4 文件:
您可以在以下位置运行 sox将噪声混合到所有文件中的循环
您还可以使用 sox dither 命令混合白噪声。
You can take a noise file noise.wav and then mix it to an4 file with sox:
You can run sox in a loop to mix noise into all files
You can also mix white noise with sox dither command.