ccoreilly / vosk-browser

A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
Apache License 2.0
364 stars 60 forks source link

use with NeMo or Wav2Vec #7

Closed Omarnabk closed 3 years ago

Omarnabk commented 3 years ago

Thanks for this great lib. Can we use it with Wav2Vec or NeMo for online streaming?

ccoreilly commented 3 years ago

No, this is just a webassembly build of the awesome vosk-api library, which only supports Kaldi nnet3 models.