![]() |
![]() |
#include <Sound.h>
Data Fields | |
Int32 | sampleRate |
Sample rate of the sound device. | |
Int | channels |
Number of channels (1 for mono or 2 for stereo supported). | |
Int32 | leftGain |
Gain between 0-100 of the left channel. | |
Int32 | rightGain |
Gain between 0-100 of the right channel. | |
Sound_Mode | mode |
Sound device driver opened for input, output or both. | |
Sound_Input | soundInput |
Select which input to use. | |
Sound_Std | soundStd |
Device driver standard to use. (see Sound_Std). | |
Int | bufSize |
Maximum input and (or) output buffer size. |
Int32 Sound_Attrs::sampleRate |
Sample rate of the sound device.
Number of channels (1 for mono or 2 for stereo supported).
Int32 Sound_Attrs::leftGain |
Gain between 0-100 of the left channel.
Int32 Sound_Attrs::rightGain |
Gain between 0-100 of the right channel.
Sound device driver opened for input, output or both.
Select which input to use.
Maximum input and (or) output buffer size.