Reading Wave (.wav) markers or cues in Java using OpenAL

208 Views Asked by At

I have a wave file which includes markers that are set using www.reaper.fm. These markers are to be used to determine whether a fade in/out point has been reached during playback. I am using OpenAL to play the wave file and cannot figure out how to read markers or cues defined in the file.

I found a similar question for python but can't find a proper example for Java or OpenAL. I'd also be open to other Java APIs if needed.

0

There are 0 best solutions below