pmooney78
November 8th, 2008, 04:59 AM
Is there any easy way to concatenate .wav files? I've tried using sox to do so, i.e.
sox 01\ -\ Richard\ Strauss\ -\ Wie\ schon\ ist\ die\ Prinzessin\ Salome.wav 02\ -\ Richard\ Strauss\ -\ Nach\ mir\ wird\ Einer\ kommen.wav concat.wav
and get
sox soxio: Failed reading `02 - Richard Strauss - Nach mir wird Einer kommen.wav': unknown file type `auto'
just typing "sox" gets this at the end:
SUPPORTED FILE FORMATS: m3u pls
SUPPORTED EFFECTS: allpass band bandpass bandreject bass chorus compand dcshift deemph dither earwax echo echos equalizer fade filter flanger highpass key ladspa lowpass mcompand mixer noiseprof noisered oops pad pan phaser polyphase rabbit repeat resample reverb reverse silence speed stat swap synth tempo treble tremolo trim vol
effopts: depends on effect
WTF? Sox claims to be able to support all types of audio files, including .wav. Why is it claiming it can only play .m3u and .pls?
Is there a good way to fix this? Or another easy way to concatenate .wav files from the command line? (Sure, I can use any number of graphical tools, but I like the "specify the options and let it run in the background" nature of command-line options.)
Come to think of it, is there a way to concatenate aac files from the command line? (Especially without decompressing/recompressing, as the sox manual suggests will happen?)
Thanks in advance for any help. If it's relevant, I'm running Xubuntu 8.04 on a Pentium III 550 MHz with 384 megabytes of RAM.
sox 01\ -\ Richard\ Strauss\ -\ Wie\ schon\ ist\ die\ Prinzessin\ Salome.wav 02\ -\ Richard\ Strauss\ -\ Nach\ mir\ wird\ Einer\ kommen.wav concat.wav
and get
sox soxio: Failed reading `02 - Richard Strauss - Nach mir wird Einer kommen.wav': unknown file type `auto'
just typing "sox" gets this at the end:
SUPPORTED FILE FORMATS: m3u pls
SUPPORTED EFFECTS: allpass band bandpass bandreject bass chorus compand dcshift deemph dither earwax echo echos equalizer fade filter flanger highpass key ladspa lowpass mcompand mixer noiseprof noisered oops pad pan phaser polyphase rabbit repeat resample reverb reverse silence speed stat swap synth tempo treble tremolo trim vol
effopts: depends on effect
WTF? Sox claims to be able to support all types of audio files, including .wav. Why is it claiming it can only play .m3u and .pls?
Is there a good way to fix this? Or another easy way to concatenate .wav files from the command line? (Sure, I can use any number of graphical tools, but I like the "specify the options and let it run in the background" nature of command-line options.)
Come to think of it, is there a way to concatenate aac files from the command line? (Especially without decompressing/recompressing, as the sox manual suggests will happen?)
Thanks in advance for any help. If it's relevant, I'm running Xubuntu 8.04 on a Pentium III 550 MHz with 384 megabytes of RAM.