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)
Is it possible to use .pkl file in my flutter app?
Is it possible to deploy .pkl file in flutter?
My .pkl file contains a simple function that returns the spectrogram of the input audio file.
this step represents preprocessing the audio file before in...
Salwa
Votes: 0
Answers: 0
How to increase speed of Speech-to-text transcription in iOS App?
I used the Scrumdinger example from Apple to create a speech to text feature in my app. As you can see in the gif below, the text starts typing many seconds after I start talking:
The speech to text ...
Saamer
Votes: 0
Answers: 1
Python SpeechRegonition
I write a little program which writes the audio to text. But it throws an error and I don't know how to fix it.
import speech_recognition as sr
file_name = "halloWelt.wav"
speech_engine = ...
Tom
Votes: 0
Answers: 0
Speech Recognizer Error Domain=kAFAssistantErrorDomain Code=1107 "(null)")
I am creating an ios app in swift which uses speech recognizer object which is invoked at a button press. However everytime i press the button, i get this error Error Domain=kAFAssistantErrorDomain Co...
user13293685
Votes: 0
Answers: 0