python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
getting unexpected error while executing the code (with sr.Microphone() as source:)
I am making an Ai personal assistant on my laptop but i am getting this error.
I am using python version 3.10.4 and still i am getting this print error.
I am getting error in the line
with sr.Microph...
tanyaaggarwal
Votes: 0
Answers: 2
Use the mobile phone's microphone instead of the computer's microphone
I am trying to record audio in a file and it is already working in the computer but when I connect my mobile phone to the localhost to be able to manipulate the web and check how is it seen, I realise...
AEDEDD
Votes: 0
Answers: 0
Can pyAudioAnalysis be used on a live http audio stream?
I am trying to use pyAudioAnalysis to analyse an audio stream in real-time from a HTTP stream. My goal is to use the Zero Crossing Rate (ZCR) and other methods in this library to identify events in th...
Tompo
Votes: 0
Answers: 1
How do i access input channels above 2 with python pyaudio or sounddevice?
I have built audio recorders in python with both pyaudio and sounddevice. I can successfully record audio input and write it to a .wav file.
I am now trying to access other channels on my audio inter...

MingMan
Votes: 0
Answers: 1