Tuesday, 2 November 2021

Is there a way to send audio bytes to SpeechRecognizer

So I'm trying to make an app accessible for deaf/HoH people and so far I'm able to get the audio bytes that is being currently played in the app (I think).

The thing is, can I use this SpeechRecognizer to send the audio bytes and get the text results?

Couldn't find a method for this and I'm wondering if I'm in the right library to perform this task. I also looked up for Speech APIs and I couldn't find nothing for free (obviously) so I'm looking in the android libraries.

Any information is helpful for me.

Edit: Looks like not, so the question is the next:

Is there any library or something that could do this speech to text from audio bytes or any other information that need?



from Is there a way to send audio bytes to SpeechRecognizer

No comments:

Post a Comment