11 Oct
2014
11 Oct
'14
10:36 p.m.
Shérab wrote:
I'm maintaing a TTS engine for french that use snd_pcm_hw_params_get_tick_time. Compiling the code produces a deprecation warning for this function. I tried to figure out how the code should be modified to not use this function but can't find a way.
Allow me to present the current implementation:
int snd_pcm_hw_params_get_tick_time(const snd_pcm_hw_params_t *params, unsigned int *val, int *dir) { *val = 0; return 0; }
What is the engine trying to do with this value?
Regards, Clemens