File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ int selectAudioInput(projectMApp *app) {
3232 // too bad the libsdl2 audio capture support doesn't exist
3333
3434 #ifdef __APPLE__
35- UInt32 audioInputIsAvailable;
36- UInt32 propertySize = sizeof (audioInputIsAvailable);
35+ // UInt32 audioInputIsAvailable;
36+ // UInt32 propertySize = sizeof (audioInputIsAvailable);
3737
38- AudioSessionGetProperty (
39- kAudioSessionProperty_AudioInputAvailable ,
40- &propertySize,
41- &audioInputIsAvailable // A nonzero value on output means that
42- // audio input is available
43- );
38+ // AudioSessionGetProperty (
39+ // kAudioSessionProperty_AudioInputAvailable,
40+ // &propertySize,
41+ // &audioInputIsAvailable // A nonzero value on output means that
42+ // // audio input is available
43+ // );
4444
4545 #endif
4646
You can’t perform that action at this time.
0 commit comments