From 66aac9aced14329f37069519bcc570850a152495 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 10 Jun 2024 18:05:31 -0700 Subject: [PATCH] Fixed channel order typo --- include/SDL3/SDL_audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_audio.h b/include/SDL3/SDL_audio.h index e9497cafa..1462781f9 100644 --- a/include/SDL3/SDL_audio.h +++ b/include/SDL3/SDL_audio.h @@ -52,7 +52,7 @@ * - 4.1 surround: FL, FR, LFE, BL, BR * - 5.1 surround: FL, FR, FC, LFE, SL, SR (last two can also be BL BR) * - 6.1 surround: FL, FR, FC, LFE, BC, SL, SR - * - 5.1 surround: FL, FR, FC, LFE, BL, BR, SL, SR + * - 7.1 surround: FL, FR, FC, LFE, BL, BR, SL, SR * * This is the same order as DirectSound expects, but applied to all * platforms; SDL will swizzle the channels as necessary if a platform expects