Tagged Questions
7
votes
1answer
1k views
Difference between Vorbis OGG and M4A/MP4/AAC?
From what i know m4a and aac are the same thing with mp4 allowing video while the former only allows audio.
Whats the difference between vorbis ogg and m4a? I looked it up and it seems that m4a/aac ...
6
votes
2answers
674 views
How to loop over a part of an ogg vorbis stream?
I'm successfully streaming ogg vorbis data to openAL with the Java library JOrbis, but now I want to loop over a part of this stream, e.g from 30" to 1'30".
I thought that at the end of the loop, I ...