Karl Stenerud
Karl Stenerud
It's crashing due to an access outside of a malloced block: Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000107ac4000 VM Region Info: 0x107ac4000 is not in any region. Bytes after previous region: 1...
I'm actually getting the same issue when I create a fresh podspec file using `pod spec create`. I've created a ticket here: https://github.com/CocoaPods/CocoaPods/issues/2759
This works for pitch, but breaks for gain. There's a fundamental flaw in my design here that will take some closer inspection to fix...
I've reworked the action system. This should work now.
This might be a limitation of OpenAL, since it's giving such a weird error number (that error number comes straight from OpenAL). Actually, one thing that might cause issues is...
I've added a new property to OALAudioSession called "preferredIOBufferDuration", which causes iOS to use smaller playback buffers (better response at the cost of higher CPU usage). Try playing with it...
I've put in a fix for the slowdowns: https://github.com/kstenerud/ObjectAL-for-iPhone/commit/f1d45f6e7f39233d1f1c435d12cd34f678188540 Let me know if that helps.
Fixed in https://github.com/kstenerud/ObjectAL-for-iPhone/commit/e409b21c021bf032d268f5338dac60dd50603cc1
When implementing AVAudioSessionDelegate, you have the choice of using the basic endInterruption, or the flag version (flag version is iOS 4.0+ only). OALAudioSession uses the basic one and activates the...
It's BSD licensed, same as always. Commercial products are fine.