From 77f640dbd82ca44c1d5eb9780144a3345a37c3b1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 19 Dec 2019 17:36:29 +0700 Subject: [PATCH] Add tip for microphone --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9f88dd6..c3d8e15 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ $ pip install -r requirements.txt $ make serve ``` +### Bad Advice + +* To avoid having to constantly permit Firefox to allow to record with your + microphone, you can permanently enable it following [this StackOverflow + answer](https://superuser.com/a/1452822). Make sure to disable it afterwards + though! + ### Layers of the Onion * [Flask](http://flask.palletsprojects.com/en/1.1.x/)