奇怪的 wav 文件。我可以使用什么过滤器?

发布于 2024-10-12 11:17:46 字数 177 浏览 4 评论 0原文

我目前正在研究一些与音频文件识别相关的项目。然而,一种类型的文件会产生许多问题。

来自 Audacity:

alt text

是否有任何已知的过滤器/算法可以处理此类文件并使它们“正常” ?

I am working currently on a few projects connected with audio files recognition. However one type of files creates many problems.

From Audacity:

alt text

Are there any known filters/algorithms which can cope with this type of files and make them "normal" ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

π浅易 2024-10-19 11:17:46

声音一定严重失真。

恢复波形的一个可能的解决方案是应用 30hz 的高通滤波器。如果您只关心语音,则可以在 10khz 处应用低通,以改善失真给声音带来的抖动。

但请注意,该 wav 声音可能具有特殊编码。在这种情况下,您需要正确转换或加载它,而不是尝试修复声音。

The sound must be heavily distorted.

A possible solution to restore the waveform is to apply a high pass filter at 30hz. If you only care about voice you can then apply a low pass at 10khz to improve the thrashing that the distortion has introduced to the sound.

Note though that there is a possibility that this wav sound has a special encoding. In that case you need to convert or load it correctly instead of trying to fix the sound.

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