↧
Answer by Leo Dabus for Swift5 Play aac file AvAudioPlayer
If you need to play AAC files you can use AVAudioEngine audio player node:import UIKitimport AVFoundationclass ViewController: UIViewController { let audioEngine = AVAudioEngine() let player =...
View ArticleSwift5 Play aac file AvAudioPlayer
I currently play a wav file with the code below. But now i have compressed the files to aac-files and i can't figure out how to play them? I tried to change the withExtension to "aac" instead but no...
View Article
More Pages to Explore .....