Re: playing audio from an AVI file...
Posted by
TheLittleP on
Mar 17, 2014; 2:47pm
URL: https://forum.jogamp.org/playing-audio-from-an-AVI-file-tp4031894p4031937.html
I don't know how to use git hub. Everything I code is done using a text editor. Its just the way I am, bit old school I guess.
I have put the test project into a zip...
https://www.dropbox.com/s/4jvpfjomau1p0i1/test%20avi.zipI compile the code using javac.exe with the classpath set to the locations of the support jars.
and I run using javaw.exe
its all very rough and ready. the purpose was to get it working and then create a nice package from the result. I realise the frame handling isn't ideal so with that in mind I would like anyone examining to focus on why joal cannot play the audio buffer.
many thanks