Android Question Question about Library SpeechToText

D

Deleted member 103

Guest
Hi,

I have been using the SpeechToText library for a long time without any problems up to SDK29.

Can someone tell me what I need to set so that it also works with SDK?

I can't find any info about it.

Edit: Library-Link changed

Ciao
Filippo
 
Last edited by a moderator:

DonManfred

Expert
Licensed User
Longtime User
What is the full error you got?
 
Upvote 0
D

Deleted member 103

Guest
What is the full error you got?
no error, only "sr.isRecognitionAvailable" is always false.

B4X:
    If sr.isRecognitionAvailable Then
        tbtnMicrophon.Enabled = True
        sr.createSpeechRecognizer
        'Log("OK")
    Else
        pnlMicrophon.Visible = False
        'Log("Not OK")
    End If
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
Upvote 0
Top