I have a bunch of wav files and corresponding XML files which contain times.
What I need to do is split the wav files based on the times inside the XML files. Parsing the XML files shouldn't be a problem, but I need to know the best way to get a portion of the wav file and save it into a new wav file.
Is there a certain library I can use, or is Java's Sound API the best approach to use?
I'd do it manually using Audacity, but there are a hours of them, and that would take too long.