Quantcast
Channel: Swift5 Play aac file AvAudioPlayer - Stack Overflow
Browsing latest articles
Browse All 2 View Live

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 Article


Swift5 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
Browsing latest articles
Browse All 2 View Live