Skip to content

Python functions that wrap the speech_recognition library. Making recognizing spoken speech a 1 line process.

License

Notifications You must be signed in to change notification settings

ForestJ2/speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speech

Python functions that wrap the speech_recognition library. Making recognizing spoken speech a 1 line process.

DEPENDENCIES

speech_recognition (pip)

tts.exe, or any TTS program that takes an argument and converts it to computer spoken audio.

USAGE

Obtaining Speech

import speech

print speech.get()

TTS

import speech

speech.say("Hello world!")

About

Python functions that wrap the speech_recognition library. Making recognizing spoken speech a 1 line process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages