Getting and Setting Sound Channel Information
The Sound Manager provides functions that you can use to get and set information about a sound channel. For instance, you can use theSndGetInfo
function to determine the sample rate of the current sound output device. Similarly, you can use theSndSetInfo
function to change the characteristics of 3D filtering on a sound channel that uses the SoundSprocket localization component.
- IMPORTANT
- You should use
SndGetInfo
andSndSetInfo
instead of trying to communicate directly with a sound component.
Subtopics
- SndGetInfo
- SndSetInfo