diff options
author | Chris Robinson <[email protected]> | 2023-08-30 07:29:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-08-30 07:29:13 -0700 |
commit | d2abe6ca2b3d20f35a615b920ef1e12d9eb6d6a1 (patch) | |
tree | d8d23e5c1cc57a325df5aacc337a266ba1cb91a9 /alsoftrc.sample | |
parent | 7910f1afbdfb1ab886b3a9c7ac3165c7fd2065c0 (diff) |
Mention surround714 in alsoftrc.sample
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 651f605b..8ba14389 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -56,10 +56,10 @@ # Sets the default output channel configuration. If left unspecified, one will # try to be detected from the system, with a fallback to stereo. The available # values are: mono, stereo, quad, surround51, surround61, surround71, -# surround3d71, ambi1, ambi2, ambi3. Note that the ambi* configurations output -# ambisonic channels of the given order (using ACN ordering and SN3D -# normalization by default), which need to be decoded to play correctly on -# speakers. +# surround714, surround3d71, ambi1, ambi2, ambi3. Note that the ambi* +# configurations output ambisonic channels of the given order (using ACN +# ordering and SN3D normalization by default), which need to be decoded to +# play correctly on speakers. #channels = ## sample-type: @@ -343,6 +343,11 @@ # docs/ambdec.txt for a description of the file format. #surround71 = +## surround714: +# Decoder configuration file for 7.1.4 Surround channel output. See +# docs/ambdec.txt for a description of the file format. +#surround714 = + ## surround3d71: # Decoder configuration file for 3D7.1 Surround channel output. See # docs/ambdec.txt for a description of the file format. See also |