Skip to content

Commit ca40592

Browse files
authored
Merge pull request #17981 from warmenhoven/warmenhoven/pr/MicCoreAudio
Add Microphone CoreAudio driver for iOS
2 parents c74164c + a0263db commit ca40592

File tree

5 files changed

+483
-0
lines changed

5 files changed

+483
-0
lines changed

audio/audio_driver.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ microphone_driver_t *microphone_drivers[] = {
230230
#endif
231231
#ifdef HAVE_PIPEWIRE
232232
&microphone_pipewire,
233+
#endif
234+
#if defined(HAVE_COREAUDIO) && IOS
235+
&microphone_coreaudio,
233236
#endif
234237
&microphone_null,
235238
NULL,

0 commit comments

Comments
 (0)