Converting a WAV file to a Raw Audio File
843802Mar 3 2009 — edited Mar 3 2009Is there an easy way to convert a WAV file to a raw audio file? Maybe some way to just strip the file header?
Would if work if I just loaded a WAV file into an AudioInputStream and read all the bytes out and dumped them directly back onto disk via a DataOutputStream? Even if so, there must be a quicker solution, right?
Thanks!