CasterVoice / caster-core

GNU General Public License v3.0
1 stars 1 forks source link

Support switching between various languages #10

Open Timoses opened 3 years ago

Timoses commented 3 years ago

Caster should make it easy to switch between different languages interactively using any engine.

LexiconCode commented 3 years ago

I agree we should allow for the configuration engine but this also applies to grammars which goes back to a framework for configuring specs.

Timoses commented 3 years ago

I don't see a relation to grammars directly...

This could be as "simple" as

Or perhaps the engine could support switching between models...

-> comes down to exposing this functionality through an API. However it may be implemented.

Timoses commented 3 years ago

Alternatively, Kaldi engine supports AlternativeDictation. One would have to "use kaldi-active-grammar directly, using a PlainDictationRecognizer instance" as the callback function.