OrigamiEngine
OrigamiEngine copied to clipboard
Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.
Hi, Is posible set playback rate? In AVAudioPlayer there is a rate property to do it. Thanks!
Thanks you for very nice library :) I found a bug about FLAC. So I report it to you.(Sorry about my poor English.) I think,format of stream that is in...
Some methods are sync and some are async. So for example if you call `play`, then `pause` they may be executed in reverse order
When starting to play MP3 files from local disk, the player crashes in iOS simulator on libobjc.A.dylib objc_release from thread. Interestingly, when I started to debug it by putting breakpoint...
Its method dealloc is never called
Try to seek to a position in a file before playing - it will give you time relatively to the current playback position.
I added a file "flac" to the xcode project. I can play this file when It is stored anywhere else (for example in documents folder) but not from the app...