Skip to content

himap2569/Speech-Recognition--Game-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Speech-Recognition--Game

SpeechRecognition is compatible with Python 2.6, 2.7 and 3.3+, but requires some additional installation steps for Python 2. For this project, we have used python 3.3+, folllowed by SpeechRecognition package from which Recognizer class is used to easily recognize speech from both a file—using record()—and microphone input—using listen(). Segments of an audio file are processed using the offset and duration keyword arguments of the record() method.

The game allows the player to guess the word that the compiler chose at random. The player has to say the word for the compiler to reconginze and process further, hence speech recognition is being made.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages