OrigamiEngine icon indicating copy to clipboard operation
OrigamiEngine copied to clipboard

Lightweight audio engine for iOS and OSX with flac, cue, mp3, m4a, m3u support.

Results 37 OrigamiEngine issues
Sort by recently updated
recently updated
newest added

You should add the following code to the class which contains this player: - (void)dealloc { self.player.delegate = nil; } Otherwise you will get mistakes if you recreate the object...

I moved .a and .h files into a new project. But now I'm able to run this project on a real device only not simulator. What am I do'ing wrong?

I just took your example for iOS and replaced the calls of (seekToTime:) with (seekToTime:withDataFlush:) with YES param by a simple reason - the sound is better. But now it...

I hope to support ogg and ape more two format in the future version~

enhancement

Currently metadata reading implemented only.

I came across this issue when implementing `AVAudioSessionInterruptionNotification` notification handlers. It turns out "pause" command is ignored for a certain amount of time after `playUrl:` method is invoked (and in...

I've seen a few of these crashes: `Fatal Exception: NSRangeException Cannot remove an observer for the key path "endOfInput" from because it is not registered as an observer.` The crash...

I've added OrigamiEngine with FLAC support to a project using CocoaPods. When I build I get 22 `Dsymutil Warning` messages: ``` GenerateDSYMFile /Users/pi/Library/Developer/Xcode/DerivedData/MusicLife-bjixafcgmqomeidbaowsaggosygn/Build/Products/Debug-iphoneos/MusicLife.app.dSYM /Users/pi/Library/Developer/Xcode/DerivedData/MusicLife-bjixafcgmqomeidbaowsaggosygn/Build/Products/Debug-iphoneos/MusicLife.app/MusicLife cd /Users/pi/git/ARCAMControl export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/pi/Library/Developer/Xcode/DerivedData/MusicLife-bjixafcgmqomeidbaowsaggosygn/Build/Products/Debug-iphoneos/MusicLife.app/MusicLife...

Sometimes it is required to send HTTP headers along with URL. Is there a chance we can add this?

This might take a bit of adjustment to the classes, can state be added to indicate that the underlying source is buffering? This would be particularly useful for the `HTTPSource`.