combining WAV files
You have two WAV files you want to combine. If they have the same sampling rate, encoding, etc, you can do the following:
sox track1.wav track2.wav track3.wav output.wav
You have two WAV files you want to combine. If they have the same sampling rate, encoding, etc, you can do the following:
sox track1.wav track2.wav track3.wav output.wav