mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
make a local copy of the surround-sound channel assignents.
As found in the Vorbis documentation.
This commit is contained in:
parent
ce5658416d
commit
140bd64080
1 changed files with 10 additions and 0 deletions
10
doc/surround-sound.txt
Normal file
10
doc/surround-sound.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
Swiped from the vorbis docs
|
||||
* one channel - the stream is monophonic
|
||||
* two channels - the stream is stereo. channel order: left, right
|
||||
* three channels - the stream is a 1d-surround encoding. channel order: left, center, right
|
||||
* four channels - the stream is quadraphonic surround. channel order: front left, front right, rear left, rear right
|
||||
* five channels - the stream is five-channel surround. channel order: front left, center, front right, rear left, rear right
|
||||
* six channels - the stream is 5.1 surround. channel order: front left, center, front right, rear left, rear right, LFE
|
||||
* seven channels - the stream is 6.1 surround. channel order: front left, center, front right, side left, side right, rear center, LFE
|
||||
* eight channels - the stream is 7.1 surround. channel order: front left, center, front right, side left, side right, rear left, rear right, LFE
|
||||
* greater than eight channels - channel use and order is undefined
|
Loading…
Reference in a new issue