zzmp / juliusjs

A speech recognition library for the web
https://zzmp.github.io/juliusjs
Other
2.58k stars 178 forks source link

Runtime grammars #22

Open resle opened 8 years ago

resle commented 8 years ago

Hi,

is there a way to create grammars/dictionaries at runtime?

chadananda commented 6 years ago

I'm also trying to figure this out.

I'm wishing to integrate voice with a mobile flashcard app so I need to be able to assign a small set of answers on-the-fly. (The process works fine with existing Chrome speech API -- but the network lag from an online solution is unworkable.)

I'm thinking I may need a dockerized service on the server to provide pre-built grammars for each card.