Re: playing audio from an AVI file...
Posted by TheLittleP on Mar 17, 2014; 5:14pm
URL: https://forum.jogamp.org/playing-audio-from-an-AVI-file-tp4031894p4031941.html
sven,
I doubt there is anything original with my code lol. it is all gathered from various sources and I have hacked it to suit my needs. most code is written to be as widely as compatible as possible but my intention is to use 1 format for my project so I have ripped 95% of the guts out to simply give me a skinny version. you are welcome to use it however you see fit.
xerxes,
yeah, I have been down that route if you look at the 9th post on this thread. unfortunately the ALHelper returned the exact code for MONO 8 which of course didn't help at all.
I didn't realise that all the formats listed in ALExt are compatible with alBufferData. I will try going through every format listed to see if I get lucky.
many thanks