Re: playing audio from an AVI file...
Posted by TheLittleP on Mar 17, 2014; 2:31pm
URL: https://forum.jogamp.org/playing-audio-from-an-AVI-file-tp4031894p4031936.html
hiya xerxes,
I wonder what could be gained from examining my avi extracter code when the problem I am trying to solve is why an audio buffer doesn't work in joal when it works fine in java sound. I would say the audio buffer extraction is good.
the problem I have with joal is that it doesn't provide an "AudioFormat" equivalent so it is expecting the audio buffer to be different that what I am providing.
I used javax.sound.sampled.AudioFormat to convert the audio buffers to the format that works from the wav file. I don't understand why that didn't work. my code for that is in a previous post.
I will copy the jogamp source code to my test package so I can play with the AudioFormat class.
regards