Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 2659:8da698bc1205 gsoc2008_audio_resampling
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.
author | Aaron Wishnick <schnarf@gmail.com> |
---|---|
date | Sun, 22 Jun 2008 00:36:35 +0000 |
parents | d63e9f5944ae |
children |
line wrap: on
line source
// // Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project // #include "SDL.h" #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif