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)
Data changed after saving with soundfile and reading with librosa
I am processing an audio file with librosa as:
import librosa
import soundfile as sf
y,sr = librosa.cora.load('test.wav', sr=22050)
y_processed = some_processing(y)
sf.write('test_processed.wav', y_...
Kate
Votes: 0
Answers: 1
Librosa failing to plot mfcc generated
I'm was being able to generate MFCC from system captured audio and plot it, but after some refactor and configuring Tensorflow with CUDA. I used Librosa to generated the mfcc, matplotlib.pyplot with l...
Pedro Bohlmann
Votes: 0
Answers: 1
Changing volume of Radio, depending on “music” or "speaking" with Raspberry Pi and Librosa?
My problem :
I’m listening to info-radio, where the information is important, not the music.
In Belgium, the music is always louder than the speaking.
X Rob
Votes: 0
Answers: 0
How to solve the pytorch RuntimeError: Numpy is not available without upgrading numpy to the latest version because of other dependencies
I am running a simple CNN using Pytorch for some audio classification on my Raspberry Pi 4 on Python 3.9.2 (64-bit). For the audio manipulation needed I am using librosa. librosa depends on the numba ...

Odin
Votes: 0
Answers: 3