OrigamiEngine
OrigamiEngine copied to clipboard
Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
The block of code patched fixes a crash when trying to retrieve an image property that returns with an error.
I can play .mp3, .wav but not any of my .flac files.
Function `metadataForFile` does not return cover pictures, they where set directly into `self.metadata`. This will cause cover pictures being lost where the result of `metadataForFile` is assigned back to `self.metadata`.
{ 3g2 = CoreAudioDecoder; 3gp = CoreAudioDecoder; aa = CoreAudioDecoder; aac = CoreAudioDecoder; ac3 = CoreAudioDecoder; adts = CoreAudioDecoder; aif = CoreAudioDecoder; aifc = CoreAudioDecoder; aiff = CoreAudioDecoder; amr =...
Entering/exiting from background sometimes causes noise. It seems in general it occurs when the main thread should perform some heavy code/calculations which require more time than usually. Could anybody help...
Sometimes Origiami Crashes because an KVO hasn't been unsubscribed while dealloc. `````` 'NSInternalInconsistencyException', reason: 'An instance 0x7b875c40 of class ORGMInputUnit was deallocated while key value observers were still registered with...
I have an opus file (with extension .opus) that I'm trying to play using Origami in my iOS 8 app. I was debugging through and found out that it only...
After the download,Audio-Frameworks file's static library is empty!please tell me how to use?
It means that when screen is switched off the playback is paused