@@ -101,7 +101,7 @@
" f.write(MicrophoneController.queue.get())\n",
"\n",
" else:\n",
- " time.sleep(0.01)\n",
+ " time.sleep(0.005)\n",
" except KeyboardInterrupt:\n",
" stream.stop()\n",
" stream.close()\n",
@@ -56,7 +56,7 @@ class MicrophoneController(FPSTimes):
f.write(MicrophoneController.queue.get())
else:
- time.sleep(0.01)
+ time.sleep(0.005)
except KeyboardInterrupt:
stream.stop()
stream.close()