Deleting Clipped Audio
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Re: Deleting Clipped Audio
I tried PopMute and it works great so far. So that's exactly what I need. However, getting a command line driven PopMute via audacity looks to be a difficult task. What I am doing is to generate audio files synthetically via text to speech and apply filters on it. So this is not a recorded audio. It looks like I might have to look into trying to mimic the PopGate code via any open sourced code. I don't know nyquist (let along signal processing). If you have any pointers to open sourced code, please let me know. I can find where the threshold levels are violated, but it looks like fixing it gracefully is a different ball game.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Deleting Clipped Audio
You could try another Text to Speech application.
Why must you use the command-line? You could probably treat 1000 or so files at a time with PopMute in a Chain, at the very small cost of opening Audacity and multi-selecting those files.
Otherwise if you don't want to use Audacity scripting you would have to look at SoX or some other command-line tool and use some other suitable effect in that. You may be able to do something with SoX "compand". Ask on the SoX Mailing Lists if you need help.
Gale
Why must you use the command-line? You could probably treat 1000 or so files at a time with PopMute in a Chain, at the very small cost of opening Audacity and multi-selecting those files.
Otherwise if you don't want to use Audacity scripting you would have to look at SoX or some other command-line tool and use some other suitable effect in that. You may be able to do something with SoX "compand". Ask on the SoX Mailing Lists if you need help.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual