Re: Destructive editing?
"Peter P." <[email protected]>
| Newsgroups | gmane.comp.audio.sox |
|---|---|
| Message-ID | <[email protected]> |
* K. H. Hom via Sox-users <[email protected]> [2020-03-07 14:19]: > Hi, > is it possible to normalize a wav sample and replace the source file, please? > Same with Strip silence from end of a file? I think the best thing is to do it in one line yourself, something like sox infile.wav outfile.wav norm && mv -f outfile.wav infile.wav on Unix might work.