Skip to content

Commit

Permalink
Added a note about adjusting channel weights when converting to fewer…
Browse files Browse the repository at this point in the history
… channels
  • Loading branch information
slouken committed Oct 20, 2017
1 parent fe2b5fe commit 9a291c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/audio/SDL_audiocvt.c
Expand Up @@ -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"
Expand Down

0 comments on commit 9a291c1

Please sign in to comment.