Responding to APNS registration or failure outside ot UIApplication.m

2016-06-03 Thread Alex Zavatone
Hi all. Back in my Land of the Custom iOS Framework™, I'm finally setting up registration for push notification. I've got the request to register for remote notifications set up, from within the framework, but I'm fresh out of brain cell juice and I'm looking for a way to receive notification

Re: Simplest way to generate audio tones?

2016-06-03 Thread Alex Zavatone
On Jun 3, 2016, at 10:32 AM, Michael David Crawford wrote: > > You don't want to block on a mutex when you do that and run out of > samples; send it silence instead. I did it that way at first but it > scared both my dogs and very nearly set my MacBook Pro on fire! > > https://github.com/rushg

Re: Simplest way to generate audio tones?

2016-06-03 Thread Michael David Crawford
I wrote BirthCry.cpp when I was just getting started on Ogg Frog. It's still not released but one of my beta testers released it for me at Github after I specifically asked him not to. Next time I'll request an NDA. This sends 441 kHz PCM directly to the audio card. It doesn't use QuickTime in a