You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
This POC is very interesting because we can use a language agnostic model, and use a pivot language (english) to deal some processing on it.
Have you an idea if we can extends this POC to use input direct from microphone ?
I have already made a wrapper by using android.speech.SpeechRecognizer and extending SpeechService to keep sticking on Android Speech abstraction layer to use Kaldi as an implementation.
It would be nice to test this 2 implementations together :)
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
This POC is very interesting because we can use a language agnostic model, and use a pivot language (english) to deal some processing on it.
Have you an idea if we can extends this POC to use input direct from microphone ?
I have already made a wrapper by using
android.speech.SpeechRecognizer
and extendingSpeechService
to keep sticking on Android Speech abstraction layer to use Kaldi as an implementation.It would be nice to test this 2 implementations together :)
Thanks !
The text was updated successfully, but these errors were encountered: