python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make speech to text package to build?
I am trying to implement flutter package-speech to text, and get the below error. I am trying to make my app simply listen my speech and to print it to the console as of now to get it working.
The app...
Qulu Quliyev
Votes: 0
Answers: 0
Text To Speech Program Closes After Speaking
I am making a text to speech program using PYTTSX3 and Tkinter. Everything works great, except for one thing. Whenever I press the "Say It!" button once, it says the text and quits. Is there...
pythonbetter
Votes: 0
Answers: 0
Using Google Speech REST APi from Node without helper module
I'm just getting started with a simple project in node.js.
I'm trying to use Expo for the final app but get lots of dependency conflicts in the modules so was thinking of just calling the REST API via...
SteveR
Votes: 0
Answers: 0
Voice Recognition stops listening after a few seconds I want it alive until press stop button
What I am using right now.
recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
recognizerIntent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS, 100000000);
rec...
Manish Singh Chouhan
Votes: 0
Answers: 1