Ciaran O'Reilly

Results 23 comments of Ciaran O'Reilly

Gràcies per el log. De bones a primeres no veig res fora del normal, sembla que el model carregui bé. Miraré de còrrer l'aplicació a l'emulador amb Android 10 a...

Hola Francis, sí ho vaig pensar però no tinc temps ara mateix per fer i mantenir una aplicació amb cara i ulls. El codi del dipòsit només era un PoC...

@jafuuu [here](https://github.com/ccoreilly/LocalSTT/releases/download/2020-12-03/localstt-vosk-espanol.apk) is a build with the Vosk Spanish model, let me know if it works for you. I am working on having a model download activity so one build...

Regarding the model path, you can replace the name [here](https://github.com/ccoreilly/LocalSTT/blob/master/app/src/main/java/cat/oreilly/localstt/VoskRecognitionService.java#L83). In order to have two languages I guess the easiest way is to create two services. Just duplicate the `VoskRecognitionService`...

Mmm true. They moved it to [their own maven repository](https://alphacephei.com/maven/com/alphacephei/vosk-android/) but version 0.3.15 is no longer available and the API changed a bit. I'll have a look see if I...

I pushed a new commit with the necessary changes and checked that it builds and works on Android 9. Let me know if you manage to build with your changes!

Great to here that. May I ask what OS and version you're running? Does it stay in the loading status if you for example click on the mic icon of...

Thanks for the thorough response Michael! I have been a bit busy lately but will make time to contribute.

@mlrober are you working on Catalan or another language? (I haven't had the time so it'd be great if your questions were specific to the catalan language :)

Hi Alexandro! The constructor for SpkModel should already be available, but the setter method of the KaldiRecognizer `Recognizer::SetSpkModel` still needs to be exposed in [src/bindings.cc](https://github.com/ccoreilly/vosk-browser/blob/master/src/bindings.cc). After that, the speaker x-vector...