rob-mccann / Pi-Voice

A hackday project. Run the program, speak into your microphone and hear the response from your speakers.
317 stars 37 forks source link

Plugins #3

Closed rob-mccann closed 11 years ago

rob-mccann commented 11 years ago

Ability for others to hook into Pi-Voice to respond or control different things.

Idea 1:

A plugin folder that contains a series of classes that extend a Service abstract class.

The listen.py loads each of these classes into an list and passes each class the recognised text.

By default, it calls Wolfram Alpha (although this may change in the future so that only questions are passed to them).

I'd be interested to hear your thoughts below, feel free to pull request if you're a python guru.

rob-mccann commented 11 years ago

Framework for this is now in place