Could somebody please give me some hints to how I could achieve appending a WAV (wav 1)file to the end of another WAV(wav 2) file, and then append another WAV file at the end of wav 2 etc etc.
I'm finding it really difficult to achieve.
Printable View
Could somebody please give me some hints to how I could achieve appending a WAV (wav 1)file to the end of another WAV(wav 2) file, and then append another WAV file at the end of wav 2 etc etc.
I'm finding it really difficult to achieve.
maybe read up here:
audio - Join two wav files from java ? - Stack Overflow
Hi. I've read that a fews days ago, still I cannot seem to figure out if that will solve my problem.