From 3ea70fa67d7324971f069c599977024cd5948c23 Mon Sep 17 00:00:00 2001 From: Andy Carluccio <45571628+AndrewCarluccio@users.noreply.github.com> Date: Sat, 3 Jul 2021 12:46:34 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ac81101..d7787b2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # OSCTranscribe A python-based transcription utility designed to tie to production software via Open Sound Control (OSC). Based on work from Programming for People. + You can see the the original work at: https://www.youtube.com/watch?v=T3jd-894Ar4 ## Source Dependencies You'll need to install these libraries: + PythonOSC for using Open Sound Control: https://pypi.org/project/python-osc/ + PyAudio for getting data from the mic: https://pypi.org/project/PyAudio/ + Python Speech Recognition, which calls the recognition API: https://pypi.org/project/SpeechRecognition/