Free 'world's deepest sampled drum kit' (1.9GB) - Can this be 2box-ified??

Started by peanutismint, November 27, 2014, 10:28:39 PM

Previous topic - Next topic

Beethoven

With Wave Agent you can extract track 1 and 2
which are the stereo signal. To add the top and bottom
mic the file has to be remixed. Sox can do this but i have
to figure out how to set the command line.

Beethoven

Ok  i got it  :drum2:

Just get SOX as a zipped version.
Make a new dir and unzip sox into that dir. Now also copy the files you want to convert
into that new dir. Like all SNR_1965_V01_SR_MULTI_VEL*_RR04.wav files.

Make a batch file 2Box.bat which looks like this:

mkdir converted
FOR %%A IN (%*) DO (

sox %%A resultL.wav remix 1p-%2 
sox %%A resultR.wav remix 2p-%2
sox %%A resultUpper.wav remix 3p-%3
sox %%A resultBottom.wav remix 4p-%4
sox -M resultL.wav resultR.wav resultUpper.wav resultBottom.wav result.wav remix -m 1,3,4 2,3,4
sox result.wav -b 16 -r 44.1k converted/%%A dither -a -f shibata )



Open Cmd and navigate to the new dir.

Now enter

2Box SNR_1965_V01_SR_MULTI_VEL*_RR04.wav 0 5 5

0 5 5 Are parameters for the mix

Here the stereo file will be untouched -0 dB top mic -5 dB  bottom mic -5dB

Execute the batch file and you will find the converted files in a subdir
called converted.

At the end of the batch you'll see error msg's which are no problem
Have to fix that.

When i have some more time i'll program a GUI which will make it
much easier.

Have fun !


BertS

Hello,
It works!    I've made some dsnd files with Sox. And they sound pretty good.
The hi-hat doesn't sound good. Only open, half open, close and foot.
But the rest is good. With Sox i made a remix from the files L+R+Top+botom and from the files with L+R.  I'll try another time with tweaking the sounds first, or try to tweak in Sox.
But it's realy good there is a way, with Sox to remix sounds. Thank you Beethoven.

Greetings BertS

Krillo

Maybe RME Multichannel WAV File Batch Processor can split those multichannel wavs? http://www.rme-audio.de/forum/viewtopic.php?id=11923

Downloading the samples now...

Tested it now, and it works great :)