-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2bc4eb3
commit 3ea70fa
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |