Mercurial > sdl-ios-xcode
log src/audio/SDL_audiocvt.c @ 2660:a55543cef395 gsoc2008_audio_resampling
age | author | description |
---|---|---|
Wed, 02 Jul 2008 07:25:02 +0000 | Aaron Wishnick | Cleaned up some bugs, but the FIR filter is still distorting. gsoc2008_audio_resampling |
Sun, 22 Jun 2008 00:36:35 +0000 | Aaron Wishnick | Fixed lots of bugs in FIR filtering. Fixed point code is closer to working, but there seems to be overflow in the FIR filter resulting in distortion. gsoc2008_audio_resampling |
Thu, 19 Jun 2008 20:11:06 +0000 | Aaron Wishnick | IIR filtering now seems to work fine. Fixed point code also seems to be good. gsoc2008_audio_resampling |
Wed, 18 Jun 2008 22:42:27 +0000 | Aaron Wishnick | Implemented a lot of fixed point code for the filters. The SDL_FixMpy functions currently don't work properly -- there are some issues with signed vs unsigned. gsoc2008_audio_resampling |