Picovoice / cheetah

On-device streaming speech-to-text engine powered by deep learning

Home Page:https://picovoice.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call pvrecorder.read and pvcheetah.process async

haf opened this issue · comments

Is your feature request related to a problem? Please describe.
How do I use the library in a non-blocking fashion?

Describe the solution you'd like
I'd like to make calls asynchronously

Unfortunately, this is not something that we are able to do. If you want them to function asynchronously, you will have to create threads in your application code.