开发者

Strange wav files. What filter can I use?

开发者 https://www.devze.com 2023-02-05 01:32 出处:网络
I am working currently on a few projects connected with audio f开发者_运维知识库iles recognition. However one type of files creates many problems.

I am working currently on a few projects connected with audio f开发者_运维知识库iles recognition. However one type of files creates many problems.

From Audacity:

Strange wav files. What filter can I use?

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消