Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCarluccio authored Jul 3, 2021
1 parent 2bc4eb3 commit 3ea70fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 3ea70fa

Please sign in to comment.