Hi
I have a board with specific configuration for sound port that i must use
non-interleaved mode of alsa (snd_pcm_writen function). I've searched in
code of pjsip and found that there is only snd_pcm_writei function
(interleaved mode) in pjmedia/src/pjmedia-audiodev/alsa_dev.c file.
so i want to ask that does pjsip support only interleaved mode? and if yes,
how can i add non-interleaved mode to it?
Thanks
Hi
I have a board with specific configuration for sound port that i must use
non-interleaved mode of alsa (snd_pcm_writen function). I've searched in
code of pjsip and found that there is only snd_pcm_writei function
(interleaved mode) in pjmedia/src/pjmedia-audiodev/alsa_dev.c file.
so i want to ask that does pjsip support only interleaved mode? and if yes,
how can i add non-interleaved mode to it?
Thanks