mccoyst / min-game

Automatically exported from code.google.com/p/min-game
MIT License
2 stars 1 forks source link

SDL uses WAVs for sound effects #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just remembered that SDL_Mixer can only load WAVs for sound effects:

http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC16

We'll have to convert the oggs to wav to use them, either the files or at 
runtime somehow.

Original issue reported on code.google.com by Mcco...@gmail.com on 9 May 2012 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by jordan.thayer on 17 May 2012 at 11:25

GoogleCodeExporter commented 9 years ago
Converted oggs to wavs, haven't removed ogg masters from the repository yet.  
Not sure if I should or not.

Original comment by jordan.thayer on 17 May 2012 at 11:28