Added and changed comments debugging commands.
[debian/gnuradio] / gr-audio-osx / src / audio_osx_source.h
index 4a4352f95220cf87ac78eacf10df71ef67a3d6b6..671942332a4ae06d2f50e189621c6b81715d3945 100644 (file)
@@ -6,7 +6,7 @@
  *
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  * 
  * GNU Radio is distributed in the hope that it will be useful,
@@ -35,7 +35,7 @@ typedef boost::shared_ptr<audio_osx_source> audio_osx_source_sptr;
 audio_osx_source_sptr
 audio_osx_make_source (int sample_rate = 44100,
                       const std::string device_name = "",
-                      bool do_block = true,
+                      bool do_block = false,
                       int channel_config = -1,
                       int max_sample_count = -1);