Browse Source

audio: first attempt at rewriting the channel converters.

This is not ready for production use!
Ryan C. Gordon 3 years ago
parent
commit
257277903e
2 changed files with 892 additions and 191 deletions
  1. 1 1
      src/audio/SDL_audio_c.h
  2. 891 190
      src/audio/SDL_audiocvt.c

+ 1 - 1
src/audio/SDL_audio_c.h

@@ -25,7 +25,7 @@
 #include "../SDL_internal.h"
 #include "../SDL_internal.h"
 
 
 #ifndef DEBUG_CONVERT
 #ifndef DEBUG_CONVERT
-#define DEBUG_CONVERT 0
+#define DEBUG_CONVERT 1
 #endif
 #endif
 
 
 #if DEBUG_CONVERT
 #if DEBUG_CONVERT

File diff suppressed because it is too large
+ 891 - 190
src/audio/SDL_audiocvt.c


Some files were not shown because too many files changed in this diff