Resets the parameters of the voice conversion
#include <sys/asoundlib.h> int snd_pcm_plugin_reset_voice_conversion(snd_pcm_t * pcm, int channel);
libasound.so
Use the -l asound option with qcc to link against this library.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Read the Caveats |
This function isn't thread safe if the pcm argument(snd_pcm_t)is used across multiple threads.