Re: playing audio from an AVI file...
Posted by
Sven Gothel on
Mar 14, 2014; 1:06am
URL: https://forum.jogamp.org/playing-audio-from-an-AVI-file-tp4031894p4031895.html
On 03/14/2014 01:48 AM, TheLittleP [via jogamp] wrote:
> Hi,
> I am trying to play the audio track of an avi file using joal.
>
..
>
> the avi is encoded LINEAR,8 bits, unsigned
>
...
> ... why I am hearing nonsense. However, least I am
> hearing something :)
Sure the AVI file does not contain a lossy encoded audio stream,
like MP123 .. etc ?
If so .. you might need to use GLMediaPlayer of JOGL,
which offers a binding to libav/ffmpeg.
Otherwise .. pls ignore this thought.