python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using Speechrecognizer API while Video recording using CamerX android
I'm currently using cameraX to record video with audio and it's working pretty well, however now I have to use SpeechRecognizer while recording the video and get the transcription of what the user is ...
confusedstudent
Votes: 0
Answers: 0
How can i optimize my python code for speech recognition?
I'm trying to implement a code that opens links from speech recognition. How can i write easily that if for example I said "google" it will go on specific branch and computer will ask me to ...
Geek97M
Votes: 0
Answers: 1
ModuleNotFoundError: No module named 'speech_recognition' in Windows
I'm getting an Error on Speech Recognition.
I Just Typed 1 line of Code:-
import speech_recognition
& I'm getting a Following Error
Traceback (most recent call last):
import speech_recogn...
Angels Cafe Corner
Votes: 0
Answers: 0
Audio Data Agmentation in python
I am using below function to augment audio data generated from wav audio files.
def generate_augmented_data(file_path):
augmented_data = []
samples = load_wav(file_path,get_duration=False)
for time_va...
a-data-guy
Votes: 0
Answers: 2