heromanofe
heromanofe
Yea but I don't understand how VAD can fix.. random text detected. I will check what audio is recorded and report back.
I've noticed interesting thing, I have multi-lag model and it translates my speech when I think it shouldn't
speaking of which, I would be interested in self-generating those bin and tflite files or at least having some place where I can download other models. I will check in...
https://1drv.ms/u/s!AgXqUQNVnl-xmZ07Nq71pVUibaZUOg?e=blb6zR
Okay, you were sooo right :D I remembered that I looked into VAD before. I implemented this https://github.com/gkonovalov/android-vad into my project, using implementation 'org.tensorflow:tensorflow-lite-task-audio:0.4.0' implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.4' and in your code:...
> Has your problem been solved? it was VAD problem, thou I wouldn't be celebrating for now. I noticed there is some speech it detected as silence instead :D I...
I don't know about app, all I did was this (in Recorder.java file)   
Quick update about my situation, I decided to write kotlin code for real-time recognition. it works very simple, I am taking your recording system and just leaving out 1second chunks...
@matanel-6over6 scroll up for screenshots, here is library: https://github.com/gkonovalov/android-vad You need VAD and that was pretty good solution for me
you implement that library in gradle ( implementation 'org.tensorflow:tensorflow-lite-task-audio:0.4.0' implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.4' ) and for this project, Recorder.java