automaticaly split wav into seperate wavs removing silence between sounds
-
- KVRian
- 1061 posts since 3 Oct, 2011
So, there's bound to be some software apt to do the simple task of splitting a sequence of seperate sounds in a wav into seperate wavs each numbered in rising order. As subject says throwing away the silence between the sounds. Preferably free (and legally so), and userfriendly (I've little experience with scripting etc).
I did a quick search here and couldn't find anything about preciesely this, no harm and offence meant if I ignored something I should have tried to find information allready available here.
Also apologies if I should have posted in a different forum, I'll remove and post elsewhere if so but this seemed correct to my simple mind at the time.
I did a quick search here and couldn't find anything about preciesely this, no harm and offence meant if I ignored something I should have tried to find information allready available here.
Also apologies if I should have posted in a different forum, I'll remove and post elsewhere if so but this seemed correct to my simple mind at the time.
- KVRist
- 329 posts since 13 Nov, 2013 from Charlotte, North Carolina
I think the major DAWs all do this. I use Studio One and the function is called "Strip Silence."
- Banned
- 2288 posts since 24 Mar, 2015 from Toronto, Canada
depends if you can do basic coding.
you should probably be able to a foreach loop and rename each time it splits. ffmpeg is cool tool and free.
[1] https://stackoverflow.com/questions/256 ... io-silence
Code: Select all
ffmpeg -i input.mp3 -af silenceremove=1:0:-50dB output.mp3you should probably be able to a foreach loop and rename each time it splits. ffmpeg is cool tool and free.
[1] https://stackoverflow.com/questions/256 ... io-silence
Gear & Setup: Windows 10, Dual Xeon, 32GB RAM, Cubase 10.5/9.5, NI Komplete Audio 6, NI Maschine, NI Jam, NI Kontakt
-
- KVRAF
- 2211 posts since 20 Sep, 2013 from Poland
Reaper seems quite popular, you can probably find tutorials and scripts for autonaming the files as well.
-
- KVRAF
- 7043 posts since 28 Apr, 2004 from france
-
- KVRAF
- 3376 posts since 19 Mar, 2008 from germany
Every DAW can do this.
If you don't want to engage a DAW you can use a simple audio editor
for it. There are "audacity" or "wavosaur" or "waveshop" (just google
for them!)
If you don't want to engage a DAW you can use a simple audio editor
for it. There are "audacity" or "wavosaur" or "waveshop" (just google
for them!)
free mp3s + info: andy-enroe.de songs + weird stuff: enroe.de
-
- KVRian
- Topic Starter
- 1061 posts since 3 Oct, 2011
Thanks to everyone trying to help.
I use Reaper as my DAW but I struggle to do editing that gives me separate wav files to use elsewhere. Also there's the issue with Reaper by default adding a little fade in and out that would ruin the files. I'll see if I can make it work using Dynamic split and changing settings, and that may be useful for other stuff later down the line anyway.
I use Wavosaur quite often and while I can split things I haven't figured how to export those splits as separate wav files.
Audicity allowed me to make separate wav files that were split at the correct starting point, but the silence after remained. So that required further batch processing with Wavosaur to get the job done. Might be some easy way to get it all done in one go in Audacity (or Wavosaur), tips appreciated. Just claiming that it's possible isn't of much help as I've tried and tried and can't fiugure out excactly how, and I never really clicked with Audacity. Anyone got the knowhow and patience to sponfeed me through this if there's a more effective way doing it all in one editor?
I use Reaper as my DAW but I struggle to do editing that gives me separate wav files to use elsewhere. Also there's the issue with Reaper by default adding a little fade in and out that would ruin the files. I'll see if I can make it work using Dynamic split and changing settings, and that may be useful for other stuff later down the line anyway.
I use Wavosaur quite often and while I can split things I haven't figured how to export those splits as separate wav files.
Audicity allowed me to make separate wav files that were split at the correct starting point, but the silence after remained. So that required further batch processing with Wavosaur to get the job done. Might be some easy way to get it all done in one go in Audacity (or Wavosaur), tips appreciated. Just claiming that it's possible isn't of much help as I've tried and tried and can't fiugure out excactly how, and I never really clicked with Audacity. Anyone got the knowhow and patience to sponfeed me through this if there's a more effective way doing it all in one editor?
-
- KVRAF
- 7043 posts since 28 Apr, 2004 from france
Reaper's dynamic split doesn't create fade in/outs afaik.
Also, I think you can disable automatic item fades in the preferences.
Also, I think you can disable automatic item fades in the preferences.
