-
-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Gerald Versluis edited this page Feb 20, 2023
·
1 revision
Welcome to the Plugin.Maui.Audio wiki!
Add this snippet before you start playing audio in your .NET MAUI app:
#if IOS
AVFoundation.AVAudioSession.SharedInstance().SetCategory(AVAudioSessionCategory.Playback);
#endif