PiRSquared17 / quadra

Automatically exported from code.google.com/p/quadra
0 stars 0 forks source link

Use SDL's WAV file loader #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have our own WAV file loader, we should use SDL's (widely used and
well-debugged) loader instead to cut down on complexity and potential bugs.

Original issue reported on code.google.com by pphaneuf on 31 Mar 2008 at 2:48

GoogleCodeExporter commented 9 years ago
Ok, I'm taking this one. Not that our wav loader is problematic.. But less code 
is 
good.

Original comment by rveill...@gmail.com on 31 Mar 2008 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by rveill...@gmail.com on 31 Mar 2008 at 11:12

GoogleCodeExporter commented 9 years ago
Done: SDL_LoadWAV is now used instead of our home-made loader.

Original comment by rveill...@gmail.com on 8 Apr 2008 at 12:37

GoogleCodeExporter commented 9 years ago
Done in r459.

Original comment by pphaneuf on 8 Apr 2008 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by pphaneuf on 23 Aug 2014 at 11:49