Get the current voice conversion structure for a channel
#include <sys/asoundlib.h> int snd_pcm_plugin_get_voice_conversion ( snd_pcm_t *handle, int channel, snd_pcm_voice_conversion_t *voice_conversion );
libasound.so
The snd_pcm_plugin_get_voice_conversion() function gets the current voice conversion structure for the specified channel.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
snd_pcm_plugin_set_voice_conversion(), snd_pcm_voice_conversion_t
“Controlling voice conversion” in the Playing and Capturing Audio Data chapter