Anthony BOUQUET

Results 23 comments of Anthony BOUQUET

May be related `train.py` link in `TRAINING.md` refer to a broken page ``` https://stt.readthedocs.io/en/latest/Flags.html#training-flags ```

Looking at the code it seems this library only allow us to create a notification channel, service itself is inside the library. I've also struggled myself into searching where to...

> @thehellmaker @abouquet Did you guys find any better libraries or source to create foreground services? Nah, I used only vanilla react-native bridge capabilities... And created service from native side...

@callmemonky , you need a 2 way communication to achieve that. `javascript -> native` to trigger a start service using method channels => https://reactnative.dev/docs/native-modules-android `native -> javascript` if you need...

Hi guys, Is this PR going to be merged ? I've got the same issue, and beeing new to gradle I can't find a proper way to add the AAR...

That is indeed what I am wanting : beeing able to provide new translation by adding new yaml file in the classpath for example. We can also think about an...

@nshmyrev , should I resolve conflict ? Or should I let this PR beeing stalled ? :)

Hi ! I'm looking forward to be able to use it on master branch. Can you prioritize this issue ? Thanks :-)

> We have something working in https://github.com/alphacep/vosk-android-service But neither UI nor download yet finalized. Oh nice ! I've implemented my own service on my side because I integrated it into...

Hello, I had the same feature request months ago. I don't have enought resource to enter into a heavy training step. To achieve that, I've added to this engine a...