PJSIP Python sound device name

Антон Каменский
Wed, May 3, 2017 3:28 PM

Good day.

I've built _pjsua for Win32 architecture. I've tryed to get names of sound devices with enum_snd_dev function and come across one problem.
Length of printed names is 31 characters despite of PJMEDIA_AUD_DEV_INFO_NAME_LEN is set to 256 in the config_site.h file.
Python version is 2.7.13 for 32 bit OS.

Good day. I've built _pjsua for Win32 architecture. I've tryed to get names of sound devices with enum_snd_dev function and come across one problem. Length of printed names is 31 characters despite of PJMEDIA_AUD_DEV_INFO_NAME_LEN is set to 256 in the config_site.h file. Python version is 2.7.13 for 32 bit OS.