ap4y / OrigamiEngine

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
http://ap4y.github.com/OrigamiEngine/
MIT License
545 stars 118 forks source link

Missing FlacDecoder and OpusFileDecoder after pod install #51

Closed qubblr closed 9 years ago

qubblr commented 9 years ago

screen shot 2015-02-08 at 18 59 05

ap4y commented 9 years ago

flac and opus integration were extracted into subspecs, you can include those with OrigamiEngine/Flac and OrigamiEngine/Opus

qubblr commented 9 years ago

Thank you very much