如何将噪音混合到“原始”声音中文件(AN4数据库)

发布于 2025-01-03 03:29:10 字数 68 浏览 1 评论 0原文

我正在研究降噪。谁能告诉我如何将噪声文件与音频文件混合?我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沩ん囻菔务 2025-01-10 03:29:10

您可以获取噪声文件noise.wav,然后将其与 sox 混合到 an4 文件:

sox -m -r 16000 -s -2 file.raw noise.wav file_noise.wav

您可以在以下位置运行 sox将噪声混合到所有文件中的循环

您还可以使用 sox dither 命令混合白噪声。

You can take a noise file noise.wav and then mix it to an4 file with sox:

sox -m -r 16000 -s -2 file.raw noise.wav file_noise.wav

You can run sox in a loop to mix noise into all files

You can also mix white noise with sox dither command.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文