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/