Skip to content

Commit 663f318

Browse files
committed
enable mic on macos
add mic usage to info.plist enable micorphone in xcconfig mic device selection macos snapshot revert ios driver macos only driver, doesn’t deadlock now macos driver seems to be doing something looooooop well, at least it doesn’t spin lock, no audio audio capture working! seems to be working now cleanup some extra logging clean up some extra logging rename ios driver for clarity remove some locks better performance, but some noise remove unused fifo_lock clear the fifo fix noise in buffer some improvements, might not need remove superfulous silent check reduce latency Signed-off-by: Joseph Mattiello <[email protected]>
1 parent e613e2c commit 663f318

File tree

5 files changed

+1033
-2
lines changed

5 files changed

+1033
-2
lines changed

audio/audio_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ microphone_driver_t *microphone_drivers[] = {
231231
#ifdef HAVE_PIPEWIRE
232232
&microphone_pipewire,
233233
#endif
234-
#if defined(HAVE_COREAUDIO) && IOS
234+
#if defined(HAVE_COREAUDIO)
235235
&microphone_coreaudio,
236236
#endif
237237
&microphone_null,

0 commit comments

Comments
 (0)