From e0f3cacbbade824462d592718cab4d8af674d186 Mon Sep 17 00:00:00 2001 From: James O'Cull Date: Tue, 2 Jul 2013 17:58:22 -0400 Subject: [PATCH] Default to a frequency speaker can play 40Hz is too low to be played on iPhone speaker. This caused me to believe it wasn't working when in fact it was and could just not be heard. The default should be more clear. --- Novocaine iOS Example/ViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Novocaine iOS Example/ViewController.mm b/Novocaine iOS Example/ViewController.mm index 1e79093..d948b86 100644 --- a/Novocaine iOS Example/ViewController.mm +++ b/Novocaine iOS Example/ViewController.mm @@ -99,7 +99,7 @@ - (void)viewWillAppear:(BOOL)animated // }]; // SIGNAL GENERATOR! -// __block float frequency = 40.0; +// __block float frequency = 2000.0; // __block float phase = 0.0; // [self.audioManager setOutputBlock:^(float *data, UInt32 numFrames, UInt32 numChannels) // {