Skip to content

Commit 4bdaf7f

Browse files
authored
Merge pull request #18162 from warmenhoven/warmenhoven/pr/macOS-Core-Audio-Mic-Fix
macos coreaudio mic fix
2 parents 5e6a298 + 752de1e commit 4bdaf7f

5 files changed

Lines changed: 1052 additions & 2 deletions

File tree

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)