WIP
This commit is contained in:
@@ -207,7 +207,7 @@ class BridgeModule: NSObject, ObservableObject {
|
||||
mode: .default,
|
||||
options: [.mixWithOthers, .allowAirPlay])
|
||||
try AVAudioSession.sharedInstance().setActive(true)
|
||||
|
||||
|
||||
audioPlayer = try AVAudioPlayer(contentsOf: URL(fileURLWithPath: path))
|
||||
audioPlayer?.play()
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user