dimitris-c / AudioStreaming

An AudioPlayer/Streaming library for iOS written in Swift using AVAudioEngine.
MIT License
266 stars 56 forks source link

can't play non-optimized local M4A #77

Closed vegetalu closed 6 months ago

vegetalu commented 6 months ago

I can't play local file “bensound-jazzyfrenchy.m4a” with v1.2.0

dimitris-c commented 6 months ago

Hey yeah the work for non-optimized m4a files is initially added for remote audio, I'll have to add this for local files as well

dimitris-c commented 6 months ago

fixed here #79