First of all, thank you for opensourcing the driver!
I’m testing it on my iPhone, but getting distorted sound. I think this
might have something to do with media_config (I’m just using default
values). What media_config settings (clock_rate, ptime, ec_tail_len,
etc) work best for you?
Alexei
mediaConfig.no_vad = 1;
mediaConfig.ec_tail_len = 0; // Disable echo cancellation
mediaConfig.clock_rate = 8000;
mediaConfig.snd_clock_rate = 8000;
And yes, I would be glad to look at the changes you’ve made to the wrappers.
Alexei