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)
Audio recording with PyQt6 and pyaudio stops working after clicking recording button
I want to make a program with a recording and a stop button, and a label on top to show if it is still recording or done recording.
I took the basic recording-code-structure from another question, the...
Chleo
Votes: 0
Answers: 1
pip install failed with errors "Command errored with exit status 1:"
I've been trying to install librosa packages via pip. It keeps failing with these errors.
Other packages such as pyaudio, PyQt5 give a similar error. Why are these packages giving errors? Any ideas?
...
ChoiJaeik
Votes: 0
Answers: 0
Trim pyaudio recording
I am working on a project that involves getting audio input from the user and storing it for further processing. I have been successfully using pyaudio for this purpose. Now I began optimizing the cod...
lazarea
Votes: 0
Answers: 1
I am running a code in pyaudio which works normaly but when i run it on sudo(I am on linux) OSError: [Errno -9997]Invalid sample rate It does not work
When I run this code normally it works and when I run on Sudo(i need to run on Sudo) it shows this. Please help me.
I need to use keyboard import so i need to run this on sudo.
EDit(someone told me to...
heavenly ruler
Votes: 0
Answers: 0