Skip to main content

Questions tagged [ogg-vorbis]

3 votes
2 answers
2k views

I have various simple short sound effects (damage sound, dying sound, thunderbolt, fanfare, breaking) for a game that is developed for Android currently. I use OGG files: 96kbps VBR, 44.1KHz, 2 ...
Thomas Calc's user avatar
2 votes
1 answer
2k views

I have a class within my python + pygame game that handles sound - it worked well until I tried use pygame.mixer.music to switch between streaming .ogg music files. The class switches between them on ...
drinkdecaf's user avatar
10 votes
1 answer
16k views

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 ...
user avatar
7 votes
2 answers
2k views

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 ...
Mr_Qqn's user avatar
  • 402