I am using Ubuntu 8.04, when I run lesson 1, “single static source” with a music track in .wav format, I get small pauses in the sound. When the song starts, it plays too fast for a few milliseconds, then speed gets normal. Later it skips a few milliseconds, which makes the sound all skippy.
Has anyone else had similar problems? I tried the same thing in my Windows XP and it worked flawlessly.
I really want to make an OGGplayer with Joal for my small game, but this is really a letdown. I cant really seem to get it to work, i’ve tried fiddling with buffer size and stuff for OGG, but then I found out the actual problem was JOAL not playing the stream right.
So the problem must be somewhere in the joal library, it wants to play the buffer(which I have tested to be perfect via java sound api), but it somehow stumbles and skips some bytes sometimes.
I really hope someone can help me. Any linux experience with joal is helpful!
greetings from
Felix
edit
Btw, it seems to work fine with very small samples. I havent experienced any problems. But that might be because the files are so small it doesnt get to the part when it starts making skippy-noise.