Hey gang,
There is apparently an issue with 4.4 (KitKat) updates that prevents Break Speed from working.
I know this to be a problem for the Galaxy S4 and the Nexus 5. If there is a device running KitKat that actually works with the app, I'd like to know about it.
There are a lot of rumblings about this bug in KitKat, but I don't think anybody filed a formal bug report yet. I'll do this, but I will still need to find a workaround for the bug. I've been at it for a few hours last night and no luck, but I'm sure I'll find something that will get it working. As soon as I do, I'll publish the update.
Tech details for the curious:
When initializing audio on Android, you have to specify the audio format and the memory buffer size. It's important to make sure this buffer isn't too small, so they provide a system call for asking the audio system what the minimum buffer size is for any given audio format. This call is crashing. I've debugged into the Android code and it is crashing in the Android OS. This crash causes the recording thread to die, but the app keeps running. When you stop the recording, all hell breaks loose because there isn't a recording thread to stop. *crash*