docs: Fix outdated speaker_layout enum

Commit 67e48ecc2c changed this enum from
`SPEAKERS_QUAD` to `SPEAKERS_4POINT0` but did not update the docs.
master
tt2468 2021-11-18 21:02:37 -08:00 committed by Ryan Foster
parent 8d349ea4aa
commit 155b91a94e
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ Audio Handler
- SPEAKERS_MONO
- SPEAKERS_STEREO
- SPEAKERS_2POINT1
- SPEAKERS_QUAD
- SPEAKERS_4POINT0
- SPEAKERS_4POINT1
- SPEAKERS_5POINT1
- SPEAKERS_5POINT1_SURROUND

View File

@ -733,7 +733,7 @@ Functions used by outputs
SPEAKERS_MONO,
SPEAKERS_STEREO,
SPEAKERS_2POINT1,
SPEAKERS_QUAD,
SPEAKERS_4POINT0,
SPEAKERS_4POINT1,
SPEAKERS_5POINT1,
SPEAKERS_5POINT1_SURROUND,