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)
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
Extract features from blob with Librosa
I am trying to record a voice message in the frontend and send it to the Django backend to test it against a ML algorithm of voice gender recognition. In the frontend I record the voice using videojs-...

Catalin Mares
Votes: 0
Answers: 1
Python pitch modulation (not shifting)
I want to augment my audio data for a machine learning project.
I am looking for a way to gradually modulate pitch of an audio clip to simulate the Doppler effect.
From what I can see Librosa and Torc...
stanislax
Votes: 0
Answers: 2
How can I extract the data points (corresponding y value for x values) from a waveplot
I'm hoping this is an appropriate question for here.
I have used Python Librosa to plot a wave form for a sound file. I'm finding it difficult to extract the data points. e.g. what is the value of y, ...
ibukun
Votes: 0
Answers: 2