Skip to main content

A clean interface to Windows speech recognition and text-to-speech capabilities.

Project description

Allows your Windows python program to:
  • execute a callback when certain phrases are heard

  • execute a callback when any understandable text is heard

  • have different callbacks for different groups of phrases

  • convert text to speech.

Example

Showing speaking out loud and listening for all recognizable words.

import speech
import time

def callback(phrase, listener):
    if phrase == "goodbye":
        listener.stoplistening()
    speech.say(phrase)

listener = speech.listenforanything(callback)
while listener.islistening():
    time.sleep(.5)

Requirements

Requires Windows XP and Python 2.5.

In addition to easy_installing speech.py, you’ll need pywin32 (installer here) and the Microsoft Speech kit (installer here).

Resources

Please let me know if you like or use this module - it would make my day!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

speech-0.4.1-py2.5.egg (7.7 kB view details)

Uploaded Source

File details

Details for the file speech-0.4.1-py2.5.egg.

File metadata

  • Download URL: speech-0.4.1-py2.5.egg
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for speech-0.4.1-py2.5.egg
Algorithm Hash digest
SHA256 df248bc789ab9a535855360c349deb6d952ca1f818081e3e0697339687fbc444
MD5 d0f1269cba7f2d8d3a60c77bfc408075
BLAKE2b-256 c0b3305bf885dbaeb183dacbcb1941c1173e7894747321d40bfe00511c5df631

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page