Data structure that controls voice conversion
typedef struct snd_pcm_voice_conversion { uint32_t app_voices; uint32_t hw_voices; uint32_t matrix[32]; } snd_pcm_voice_conversion_t;
The snd_pcm_voice_conversion_t structure controls how the voice-converter plugin replicates or reduces the voices and channels.
The members include:
QNX Neutrino
snd_pcm_plugin_get_voice_conversion(), snd_pcm_plugin_set_voice_conversion()
“Controlling voice conversion” in the Playing and Capturing Audio Data chapter