Sdl_mixer and ogg

according to 1.2.5 changes release i can load an ogg file and use it like a Mix_Chunk.

but i can’t find a function to do that.

can anyone help me?

according to 1.2.5 changes release i can load an ogg file and use it like a Mix_Chunk.

but i can’t find a function to do that.

You can use Mix_LoadWAV() on the ogg file.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

You can use Mix_LoadWAV() on the ogg file.

i arleady try it, but it doesn’t worked out, why is that?

i arleady try it, but it doesn’t worked out, why is that?

Do you have ogg support compiled into sdl_mixer?

i arleady try it, but it doesn’t worked out, why is that?

Do you have ogg support compiled into sdl_mixer?

it’s the devel version fow windows