Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: software to detect gaps inside audio files (Read 850 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

software to detect gaps inside audio files

Hi,

I have come across a badly ripped audio files that contained gaps with absolute silence instead of sound - as a result of bad CD ripping I suppose - I guess the software was configured to fill unreadable portions with silence.

Now I managed to configure Goldwave in its Auto CUE option to actually detect this faulty portions by setting Below threshhold to -90 dB and minimum length to 0.1 s. Seems that it works.

Can this process be automated so that I do not have to open every single audio file in Goldwave and get an information that there is absolute silence within a batch of audio files?

Thanks.

 

Re: software to detect gaps inside audio files

Reply #1
I have just found out that FFMPEG can detect silence using ffmpeg -i "Song.flac" -af silencedetect=n=-90dB:d=0.1 -f null -

But I guess I still need to see the waveform to analyse what is going on exactly. So Goldwave?