Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - intripoon

Pages: [1]
1
Audio / Re: Bug when reading OGG files?
« on: September 22, 2012, 09:44:50 pm »
I just tried sfml 2.0 rc and the problem is still there.

In case you want to investigate this, I uploaded a wrongly played file here http://www.transmogrifier.de/temp/1-01Intro.ogg.

I'ld really like this to be fixed :/

2
Audio / Bug when reading OGG files?
« on: September 27, 2010, 08:42:59 pm »
I just watned to say I experience the same problem. I reduced it to this simple code piece which just plays the music, not even 3d:

Code: [Select]

music.OpenFromFile(filename);
music.Play();


The corresponding ogg file is this: http://www.transmogrifier.de/temp/1-01Intro.ogg. You can hear a loud cracking directly during the first few seconds when the deep drums get hit. This cracking doesn't happen with various audio players I tried, for example foobar - only sfml2. (No idea about afml1 though, I started using sfml today and went for 2 directly)

Pages: [1]
anything