简体   繁体   中英

Android Continuous Speech Recognition

I'm working on an application that would require continuous speech recognition. The app will listen for only a few defined keywords, but once the listener gathers the users voice input, it will need to keep listening for more keywords until the user stops the listener.

The best solution I've found is the Nuance speech recognition library, but this isn't perfect and it could get very expensive. Has anyone else been able to get this type of functionality working?


You can try the Oxford API of Mircosoft

This can give you continuous real time speech recognition, and then you can look for special keywords. Maybe it's an overkill in your case so be sure to check more options !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM