Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7159945
004_mac_audio_device_fix.patch
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
566 B
Referenced Files
None
Subscribers
None
004_mac_audio_device_fix.patch
View Options
--- pjsip/pjmedia/src/pjmedia-audiodev/coreaudio_dev.m.old 2021-07-08 11:44:05.000000000 -0300
+++ pjsip/pjmedia/src/pjmedia-audiodev/coreaudio_dev.m 2021-07-08 11:45:16.000000000 -0300
@@ -280,9 +280,12 @@
if (cf->io_comp == NULL)
return PJMEDIA_EAUD_INIT; // cannot find IO unit;
+ /*
+ This perhaps belongs to iOS? -adi
desc.componentSubType = kAudioUnitSubType_VoiceProcessingIO;
if (AudioComponentFindNext(NULL, &desc) != NULL)
cf->has_vpio = PJ_TRUE;
+ */
status = ca_factory_refresh(f);
if (status != PJ_SUCCESS)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 2:19 PM (23 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3409284
Default Alt Text
004_mac_audio_device_fix.patch (566 B)
Attached To
Mode
rPYNSIPSIMPLE python3-sipsimple
Attached
Detach File
Event Timeline
Log In to Comment