Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.27 KB

README.md

File metadata and controls

28 lines (21 loc) · 2.27 KB

MythTV Voice Control

This script listens to a small set of voice commands in US English and translates them into instructions for a MythTV frontend. The intention is to emulate the voice control capabilities of an Xbox360 with a Kinect (e.g., you can say "Xbox pause" and it will cause the currently playing video to pause).

The script is fully functional; however, I don't have a good handle on providing echo cancellation, so a) the script will pick up audio from the playing television show and occasionally consider it to be a valid command, and b) it's almost impossible to issue voice commands while a show is playing or when there's other substantial background noise. Suggestions and pull requests would be most welcome. I'm testing the webrtc echo cancelling functionality Pulseaudio 2.0 now, so I'll update here if I can figure something out.

Note: I've been using the voice trigger "TiVo"; this is my own nickname for my MythTV HTPC, and used without permission of the TiVo corporation.

Requirements

Tested

  • Ubuntu 11.10, 12.04
  • MythTV 0.24, 0.25

Links

License

The original link for the LICENSE file of the demo code I used is 404, but the Internet Archive has a copy. This project adheres to that license.