jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

STT option enhancement #411

Closed smokinpuppy closed 8 years ago

smokinpuppy commented 8 years ago

Hi,

I think it would great if we could use one STT for passive listening and another for Active listening, as in passive it's possible that jasper would be waiting for his name to come up for hours and all the while he's checking the sounds he hears. This isn't very efficient for people using a service with a quota. So if it was only using (for example) google for active listening and sphinx for passive then you wouldn't use as much of the quota.

Thank you for all your work, its a really nice project,

Robert

smokinpuppy commented 8 years ago

Apparently already available :)

DarthToker commented 8 years ago

How do you implement that

DarthToker commented 8 years ago

Never mind I found it

stt_engine: witai stt_passive_engine: sphinx

Or what ever u want