mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
15 lines
1.1 KiB
Text
15 lines
1.1 KiB
Text
//unfortunately, have to wrap the docs in a C comment for doxygen
|
|
/**
|
|
\page surround_sound_spec Description of Surround-Sound Channels
|
|
|
|
Swiped from the vorbis docs
|
|
\li one channel - the stream is monophonic
|
|
\li two channels - the stream is stereo. channel order: left, right
|
|
\li three channels - the stream is a 1d-surround encoding. channel order: left, center, right
|
|
\li four channels - the stream is quadraphonic surround. channel order: front left, front right, rear left, rear right
|
|
\li five channels - the stream is five-channel surround. channel order: front left, center, front right, rear left, rear right
|
|
\li six channels - the stream is 5.1 surround. channel order: front left, center, front right, rear left, rear right, LFE
|
|
\li seven channels - the stream is 6.1 surround. channel order: front left, center, front right, side left, side right, rear center, LFE
|
|
\li eight channels - the stream is 7.1 surround. channel order: front left, center, front right, side left, side right, rear left, rear right, LFE
|
|
\li greater than eight channels - channel use and order is undefined
|
|
*/
|