You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like I can't open a paused audio and play it. I want to record a piece of audio, pause audio recorder, play and listen it. But when I click on play button, It says "Open failed. The operation could not be completed".
Below is the line that throws this error: self.player = try AVAudioPlayer(contentsOf: url!)
The text was updated successfully, but these errors were encountered:
It looks like I can't open a paused audio and play it. I want to record a piece of audio, pause audio recorder, play and listen it. But when I click on play button, It says "Open failed. The operation could not be completed".
Below is the line that throws this error:
self.player = try AVAudioPlayer(contentsOf: url!)
The text was updated successfully, but these errors were encountered: