Difference between revisions of "1185 - MMCT Sound/Comm"
Line 35: | Line 35: | ||
:Sub-woofer --> Back Left | :Sub-woofer --> Back Left | ||
:Seat Shaker --> Back Right | :Seat Shaker --> Back Right | ||
+ | |||
+ | Another example would be a SpeakerMap=0933h would be mapped as: | ||
+ | |||
+ | :''MMCT channel --> Sound Card Output'' | ||
+ | :Front Left --> Front Left | ||
+ | :Front Right --> Front Right | ||
+ | :Rear Left --> Back Left | ||
+ | :Rear Right --> Back Right | ||
+ | :Sub-woofer --> Back Center | ||
+ | :Seat Shaker --> Top Center | ||
+ | |||
+ | Trial and error may be necessary to find the correct mapping to a specific sound card. |
Revision as of 12:02, 7 May 2015
Speaker Mapping
In order to map the outputs of the MMCT aural cue system to a generic sound card, it must be defined in the C130Sound.cfg file. The config file should contain a section that looks similar to the one shown below, specifically, the "SpeakerMap" parameter.
- [Audio]
- Output=[default]
- SpeakerMap=00h
- SampleRate=44100
SpeakerMap is a hexadecimal value that is a combination of bits that are defined as the speaker positions. The following page from Microsoft's website describes the way this parameter works:
This page provides an extended table of valid bit values (refer to the dwChannelMask definition):
On the MMCT, the output channel layout is:
- 1 - Front Left
- 2 - Front Right
- 3 - Rear Left
- 4 - Rear Right
- 5 - Sub-woofer
- 6 - Seat Shaker
The goal of the SpeakerMap parameter is to describe how that channel layout should be presented to the sound card. It may be possible to simply map the outputs straight through (SpeakerMap=03Fh). With that setting, the outputs will be mapped as follows:
- MMCT channel --> Sound Card Output
- Front Left --> Front Left
- Front Right --> Front Right
- Rear Left --> Front Center
- Rear Right --> Low Frequency
- Sub-woofer --> Back Left
- Seat Shaker --> Back Right
Another example would be a SpeakerMap=0933h would be mapped as:
- MMCT channel --> Sound Card Output
- Front Left --> Front Left
- Front Right --> Front Right
- Rear Left --> Back Left
- Rear Right --> Back Right
- Sub-woofer --> Back Center
- Seat Shaker --> Top Center
Trial and error may be necessary to find the correct mapping to a specific sound card.