I am trying to get a SIP client running on my PI with Wolfson audio card.
I can use aplay and arecord, work great but when I set up a call with PJSUA I get the following errors:
07:14:34.698 | pjsua_app.c ..Turning sound device ON |
07:14:34.698 | pjsua_aud.c ..Opening sound device PCM@16000/1/20ms |
07:14:34.707 | alsa_dev.c ...ALSA lib pcm_hw.c:326:(snd_pcm_hw_hw_params) SNDRV_PCM_IOCTL_HW_PARAMS failed (-22): Invalid argument |
07:14:34.707 | pjsua_app.c ..Turning sound device ON |
07:14:34.707 | pjsua_aud.c ..Opening sound device PCM@44100/1/20ms |
07:14:35.292 | ec0x14005a8 ...Echo suppressor created, clock_rate=44100, channel=1, samples per frame=882, tail length=200 ms, latency=100 ms |
07:14:35.293 pjsua_media.c .Call 0: initializing media..
07:14:35.297 | alsa_dev.c ALSA lib pcm_hw.c:587:(snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed (-12): Cannot allocate memory |
Anyone that can guide me in the right direction on how to get this running?
Best Regards