瀏覽代碼

Added a note about adjusting channel weights when converting to fewer channels

Sam Lantinga 8 年之前
父節點
當前提交
9a291c1e59
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/audio/SDL_audiocvt.c

+ 3 - 0
src/audio/SDL_audiocvt.c

@@ -22,6 +22,9 @@
 
 /* Functions for audio drivers to perform runtime conversion of audio format */
 
+/* FIXME: Channel weights when converting from more channels to fewer may need to be adjusted, see https://msdn.microsoft.com/en-us/library/windows/desktop/ff819070(v=vs.85).aspx
+*/
+
 #include "SDL.h"
 #include "SDL_audio.h"
 #include "SDL_audio_c.h"