From e27196deaa1a759daf1af212ad69d9d63ec4f234 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 3 May 2020 02:00:08 +0200 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00cd4d8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +soundswitch.py +================ + +This script listens to two audio input devices and determins which one is louder +at a given moment and presses programatically one of two defined keys. If for +some time nobody is speaking or everyone at roughly the lame volume then it +presses a third defined key. + +With help of this you can for example switch between scenes in +[OBS](https://obsproject.com/) to show the person who is currently speaking.