A config structure for creating an AtomEx microphone
More...
A config structure for creating an AtomEx microphone
- Description:
- A structure for specifying the behavior for creating an AtomEx microphone.
It is specified as an argument of the CriWare.CriAtomExMic::Create function.
- See also
- CriAtomExMic::Create
Device ID
- Description:
- A string which indicates the identifier of the platform audio input device.
Specify CRIATOMMIC_DEFAULT_DEVICE_ID if you don't want to specify one.
- See also
- CriAtomExMic::Create, CriAtomExMic::GetDevices
Creation flag
- Description:
- A flag that is referenced when creating an audio input device.
The number of channels
- Description:
- The number of channels required for audio input. The default is 1.
The creation fails if you specify an unsupported number of channels.
- See also
- CriAtomExMic::IsFormatSupported
Sampling rate
- Description:
- The sampling frequency required for audio input. The default is 44100.
The creation fails if you specify a non-supported sampling frequency.
- See also
- CriAtomExMic::IsFormatSupported
Frame size (number of samples)
- Description:
- The number of samples indicating the size of 1 frame. The default is 256.
This is the processing unit of the effect for which CriWare.CriAtomExMic::AttachEffect was called.
Buffer size (ms)
- Description:
- The size of the buffer maintained internally. The default is 50msec.
This is the processing unit of the effect for which CriWare.CriAtomExMic::AttachEffect was called.
Platform context
- Description:
- It is not used at this time.
Default setting
- Description:
- The default setting for the config structure.
The documentation for this struct was generated from the following file: