Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
librosa
Conversations
About
librosa
1–30 of 398
Welcome to the librosa discussion forum.
Questions and non-development discussions are welcome!
Mark all as read
Report abusive group
0 selected
Good Robot
,
Brian McFee
3
Jul 22
Best way to add MFCC, Delta and Delta Delta coefficients for feature extraction
THANK YOU! On Fri, Jul 22, 2022 at 7:44 AM Brian McFee <brian.mcfee@nyu.edu> wrote: EXTERNAL
unread,
Best way to add MFCC, Delta and Delta Delta coefficients for feature extraction
THANK YOU! On Fri, Jul 22, 2022 at 7:44 AM Brian McFee <brian.mcfee@nyu.edu> wrote: EXTERNAL
Jul 22
Angel Alexis Bonilla Gonzalez
,
Brian McFee
2
Jul 21
CONVERT A SONG WITH VARIABLE BPM TO A FIXED BPM
Yes, this should be doable with a few tools. librosa has a time-varying tempo estimator, so you
unread,
CONVERT A SONG WITH VARIABLE BPM TO A FIXED BPM
Yes, this should be doable with a few tools. librosa has a time-varying tempo estimator, so you
Jul 21
Good Robot
,
Brian McFee
3
Jul 12
Best way to use librosa mfcc with Random Forest
Thanks for your response Brian! Just so I am 100% sure of your thought process on this matter, Case 2
unread,
Best way to use librosa mfcc with Random Forest
Thanks for your response Brian! Just so I am 100% sure of your thought process on this matter, Case 2
Jul 12
Yang Liu
,
Brian McFee
4
Jul 11
help
thanks Brian. It works now! On Monday, July 11, 2022 at 4:42:16 PM UTC-7 Brian McFee wrote: The top
unread,
help
thanks Brian. It works now! On Monday, July 11, 2022 at 4:42:16 PM UTC-7 Brian McFee wrote: The top
Jul 11
Jorge
,
Brian McFee
2
Jul 11
How to calculate score of cross similarity?
You might want to look into the RQA function: https://librosa.org/doc/latest/generated/librosa.
unread,
How to calculate score of cross similarity?
You might want to look into the RQA function: https://librosa.org/doc/latest/generated/librosa.
Jul 11
Good Robot
,
Brian McFee
2
Jul 8
n_mfcc=40
Neither. What it is doing is projecting onto n_mels (default 128), mapping to decibel scale, and then
unread,
n_mfcc=40
Neither. What it is doing is projecting onto n_mels (default 128), mapping to decibel scale, and then
Jul 8
Dmitry Chebakov
,
Vincent Lostanlen
3
Jun 9
Why does multiplying audio signal amplitude by any coefficient doesn't change it?
Thanks! Is modern audio players behaves in the same way? So basically before playing anything they do
unread,
Why does multiplying audio signal amplitude by any coefficient doesn't change it?
Thanks! Is modern audio players behaves in the same way? So basically before playing anything they do
Jun 9
Vincent Lostanlen
Jun 1
Re: Good Mistake?
Hello, The output of librosa.stft is a complex-valued matrix. Call z one of its elements, and write
unread,
Re: Good Mistake?
Hello, The output of librosa.stft is a complex-valued matrix. Call z one of its elements, and write
Jun 1
En Liu
May 25
how to use librosa to tackle on acoustic shock issue?
Hi, Is there any sample or some can shed some lights on dynamic range check by librosa? We have an
unread,
how to use librosa to tackle on acoustic shock issue?
Hi, Is there any sample or some can shed some lights on dynamic range check by librosa? We have an
May 25
James Peck
,
Brian McFee
6
May 23
PyInstaller - ValueError: Package 'soundfile' does not exist or is not a package!
I read somewhere that the new version of PyInstaller deals with hooks differently, and it was
unread,
PyInstaller - ValueError: Package 'soundfile' does not exist or is not a package!
I read somewhere that the new version of PyInstaller deals with hooks differently, and it was
May 23
KRISHNA CHAUHAN
, …
Oliver ulfik
3
May 17
How yin algorithm works in librosa?
Can you elaborate on your second point? I know that you use the geometric mean (as you said) for
unread,
How yin algorithm works in librosa?
Can you elaborate on your second point? I know that you use the geometric mean (as you said) for
May 17
KRISHNA CHAUHAN
May 13
Can librosa facilitates the calculation of frame energies of a perticular length?
Hi there I wanted to find energies of frames (say 20 ms) of an utterance. Can I do it using librosa?
unread,
Can librosa facilitates the calculation of frame energies of a perticular length?
Hi there I wanted to find energies of frames (say 20 ms) of an utterance. Can I do it using librosa?
May 13
Oliver ulfik
,
Brian McFee
3
May 5
window freezes when using specshow with plt.show()
Thanks for the quick answer. Yes, you are correct. With matplotlib 3.5.2 the issue is fixed. Its
unread,
window freezes when using specshow with plt.show()
Thanks for the quick answer. Yes, you are correct. With matplotlib 3.5.2 the issue is fixed. Its
May 5
강주언
May 3
I have a question about onset detection(codes and results to understand the question below)
unread,
I have a question about onset detection(codes and results to understand the question below)
May 3
강주언
May 3
I have a question about onset detection.
I am using librosa.onset.onset_detect module. I am trying to onset detect consecutive sound files and
unread,
I have a question about onset detection.
I am using librosa.onset.onset_detect module. I am trying to onset detect consecutive sound files and
May 3
Good Robot
,
Brian McFee
2
Apr 27
How to suppress FutureWarning for librosa.util.fix_length
As the warning message says, use a keyword argument here: trimmed = librosa.util.fix_length(audio,
unread,
How to suppress FutureWarning for librosa.util.fix_length
As the warning message says, use a keyword argument here: trimmed = librosa.util.fix_length(audio,
Apr 27
Pavol's Lab
,
Jonathan Kawchuk
2
Apr 21
How to install Librosa on M1 Mac?
Hey! Did you ever get help or figure this out? On Sunday, February 21, 2021 at 10:27:42 PM UTC-8 buj.
unread,
How to install Librosa on M1 Mac?
Hey! Did you ever get help or figure this out? On Sunday, February 21, 2021 at 10:27:42 PM UTC-8 buj.
Apr 21
Willy Kim
, …
Brian McFee
7
Apr 14
MFCC returns different values depending on values outside of window
Seems like that partially fixes the issue. In the real-world use case I'm interested in, I can
unread,
MFCC returns different values depending on values outside of window
Seems like that partially fixes the issue. In the real-world use case I'm interested in, I can
Apr 14
Good Robot
, …
Dan Ellis
4
Apr 9
Why does "librosa.get_duration" give a different number than actual duration
Thank you for the clarification. On Fri, Apr 8, 2022, 8:04 AM Dan Ellis <dan.ellis@gmail.com>
unread,
Why does "librosa.get_duration" give a different number than actual duration
Thank you for the clarification. On Fri, Apr 8, 2022, 8:04 AM Dan Ellis <dan.ellis@gmail.com>
Apr 9
X Rob
Apr 6
python audio url streaming reading and change the volume depending on "music" or "speaking"
Raspberry Pi - python - audio - url streaming VRT Radio 1 MP3: http://icecast.vrtcdn.be/radio1-high.
unread,
python audio url streaming reading and change the volume depending on "music" or "speaking"
Raspberry Pi - python - audio - url streaming VRT Radio 1 MP3: http://icecast.vrtcdn.be/radio1-high.
Apr 6
Egbert Programmer
Mar 31
Getting a max db number from a 10 sec sample
Hi All, Due to my newness, but not lazy to try to find and research, I am trying to accomplish
unread,
Getting a max db number from a 10 sec sample
Hi All, Due to my newness, but not lazy to try to find and research, I am trying to accomplish
Mar 31
Good Robot
,
Brian McFee
2
Mar 23
How to cast librosa.lpc features to a 2D CNN
Sure, you can frame the signal and then apply lpc along the leading axis (axis=0). The result will
unread,
How to cast librosa.lpc features to a 2D CNN
Sure, you can frame the signal and then apply lpc along the leading axis (axis=0). The result will
Mar 23
Yonatan Tako
,
Brian McFee
2
Mar 21
hey everybody! i'm new to this
It looks like you don't have any decoders installed which can handle mp3. You'll need to
unread,
hey everybody! i'm new to this
It looks like you don't have any decoders installed which can handle mp3. You'll need to
Mar 21
许长辉
Mar 17
librosa.load
Hello, big guy, librosa.load is very slow to load audio data, is there a way to optimize that, or
unread,
librosa.load
Hello, big guy, librosa.load is very slow to load audio data, is there a way to optimize that, or
Mar 17
Bhanu Teja
, …
Brian McFee
7
Mar 15
Reshaping mel-spectrogram and chaning n_mels channels
You could also just use a scipy.interpolate.interp1d with mel_frequencies(n_mels=80) as the input
unread,
Reshaping mel-spectrogram and chaning n_mels channels
You could also just use a scipy.interpolate.interp1d with mel_frequencies(n_mels=80) as the input
Mar 15
guoguo909
Mar 12
Audio buffer is not finite everywhere
import pyaudio import wave import librosa import io import soundfile as sf import numpy as np from
unread,
Audio buffer is not finite everywhere
import pyaudio import wave import librosa import io import soundfile as sf import numpy as np from
Mar 12
Good Robot
,
Brian McFee
2
Mar 7
Warning message using Chroma - "Trying to estimate tuning from empty frequency set."
This happens when trying to estimate tuning from a signal that lacks prominent spectral peaks. It is
unread,
Warning message using Chroma - "Trying to estimate tuning from empty frequency set."
This happens when trying to estimate tuning from a signal that lacks prominent spectral peaks. It is
Mar 7
Christopher Hockenbrocht
,
Vincent Lostanlen
2
Feb 12
Obtaining Harmonic coefficients with pitch-oriented basis
Hello, If i understand well, what you are describing is called "modal analysis” if the note in
unread,
Obtaining Harmonic coefficients with pitch-oriented basis
Hello, If i understand well, what you are describing is called "modal analysis” if the note in
Feb 12
Good Robot
Feb 9
Kurtosis and Kurtogram
Hello, Is there a function available in Python to get the kurtogram plot (as in Matlab - kurtogram(x,
unread,
Kurtosis and Kurtogram
Hello, Is there a function available in Python to get the kurtogram plot (as in Matlab - kurtogram(x,
Feb 9
mwh...@york.ac.uk
2
Feb 8
ImportError: numpy.core.multiarray failed to import
In case it's helpful the following has done the trick (this is on Raspberry Pi 4B 4GB RAM, 32-bit
unread,
ImportError: numpy.core.multiarray failed to import
In case it's helpful the following has done the trick (this is on Raspberry Pi 4B 4GB RAM, 32-bit
Feb 8