syedhali / AudioStreamer

A Swift 4 framework for streaming remote audio with real-time effects using AVAudioEngine
Apache License 2.0
453 stars 55 forks source link

m4a not supported #22

Open avadhbambhroliya opened 2 years ago

avadhbambhroliya commented 2 years ago

I want to stream m4a file and when I pass m4a file url it's give me below error when I use AudioFileStreamParseBytes "The file is malformed, or otherwise not a valid instance of an audio file of its type, or is not recognized as an audio file."

avadhbambhroliya commented 2 years ago

Please help if anyone has solution about this issue.