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

strip "computer" from beginning of query #2

Closed jamesondh closed 11 years ago

jamesondh commented 11 years ago

Simply removes "computer " from beginning of query if it exists. This sets up future updates for when the program detects when you say "computer".

rob-mccann commented 11 years ago

In future versions, this listener will only be triggered after Julius has handled the word 'computer'.

I'd rather not put it here as it'll prevent any commands or questions beginning with the word 'computer' (although, I can't think of any right now).

Let me know your thoughts.

jamesondh commented 11 years ago

Thanks, didn't think of that scenario. We'll have to see what Julius picks up when that functionality is added.

Neat project by the way, I've always wanted something like this :)