Voicerra icon indicating copy to clipboard operation
Voicerra copied to clipboard

Continuous Transcribing

Open TheGuyDangerous opened this issue 2 years ago • 2 comments

I am currently facing an issue with the microphone not taking continuous input, so i created have created a new page for continuous transcription untill the error gets resolved.The logic for continuous live transcription is there inside ../Voicerra/lib/Screens/voice_beta.dart but it's in beta , as it's not the most efficient logic.

TheGuyDangerous avatar Oct 11 '22 16:10 TheGuyDangerous

Hey, is your query regarding live speech recognition for an audio stream. (Speech-to-text)

kushcoder12 avatar Oct 11 '22 23:10 kushcoder12

Hey, is your query regarding live speech recognition for an audio stream. (Speech-to-text)

Yes , I'm using a dependency called speech_to_text - https://pub.dev/packages/speech_to_text . In the troubleshooting section of the dependency, it is stated that "Currently the plugin is designed for short intermittent use, like when expecting a response to a question, or issuing a single voice command. "

I am able to achieve Continuous transcription by a workaround (Manually stoping the active speech recognition session and restarting it) but it's too inefficient.

I therefore want a permanent solution to implement continuous speech to text recognition, be it with or without the dependency , either by calling native kotlin/java code or any means. If you can achieve that , it would be a great help :) .

TheGuyDangerous avatar Oct 12 '22 08:10 TheGuyDangerous