Added a note about adjusting channel weights when converting to fewer channels
This commit is contained in:
parent
24ef59e969
commit
063e162d7d
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
|
|
||||||
/* Functions for audio drivers to perform runtime conversion of audio format */
|
/* 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.h"
|
||||||
#include "SDL_audio.h"
|
#include "SDL_audio.h"
|
||||||
#include "SDL_audio_c.h"
|
#include "SDL_audio_c.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue