Groups
Groups
Sign in
Groups
Groups
librosa
Conversations
About
Send feedback
Help
librosa
Contact owners and managers
1–30 of 462
Welcome to the librosa discussion forum.
Questions and non-development discussions are welcome!
Mark all as read
Report group
0 selected
Good Robot
, …
Brian McFee
4
Sep 8
Warning message using Chroma - "Trying to estimate tuning from empty frequency set."
There's nothing in the code path that leads to this warning that would incur additional
unread,
Warning message using Chroma - "Trying to estimate tuning from empty frequency set."
There's nothing in the code path that leads to this warning that would incur additional
Sep 8
Candide Richard
,
Brian McFee
2
Apr 11
Trouble finding a good first issue to work on
We have a contributing guidelines document here: https://github.com/librosa/librosa/blob/main/
unread,
Trouble finding a good first issue to work on
We have a contributing guidelines document here: https://github.com/librosa/librosa/blob/main/
Apr 11
Skruput
,
Brian McFee
2
Apr 11
Install fails on Mac running python 3.10.17
The problem is that you're installing scipy from source, but don't have the proper
unread,
Install fails on Mac running python 3.10.17
The problem is that you're installing scipy from source, but don't have the proper
Apr 11
Gabriel Juliao
,
Brian McFee
2
Mar 25
Guidance on DJ-Style 3-Band Waveforms (like Rekordbox/Engine DJ) with lirosa
Responses inline: On Tuesday, March 25, 2025 at 11:37:07 AM UTC-4 gabriel...@gmail.com wrote: Hi
unread,
Guidance on DJ-Style 3-Band Waveforms (like Rekordbox/Engine DJ) with lirosa
Responses inline: On Tuesday, March 25, 2025 at 11:37:07 AM UTC-4 gabriel...@gmail.com wrote: Hi
Mar 25
Luk Lukas
,
Brian McFee
2
Feb 14
What am I doing wrong with librosa?
The current stable release of librosa (0.10.2) predates python 3.13, and does not claim to support it
unread,
What am I doing wrong with librosa?
The current stable release of librosa (0.10.2) predates python 3.13, and does not claim to support it
Feb 14
sloth
,
Brian McFee
2
Feb 3
Extracting the choruses of over 200 songs
Librosa doesn't exactly have a prepackaged method to do this, but it does provide building blocks
unread,
Extracting the choruses of over 200 songs
Librosa doesn't exactly have a prepackaged method to do this, but it does provide building blocks
Feb 3
Chapel Heel
,
Brian McFee
5
Jan 24
Dtype mismatch Error in Effects Module (Remix Function)
Yes, you are right. it's interesting because I was running the script in Python 3.7, and I had
unread,
Dtype mismatch Error in Effects Module (Remix Function)
Yes, you are right. it's interesting because I was running the script in Python 3.7, and I had
Jan 24
Dante Zhou
,
Brian McFee
2
12/2/24
mfcc got different result on exact same aduio segment in defferent evironment?
Yes, this is normal, and a consequence of floating point arithmetic. Even on the same platform and
unread,
mfcc got different result on exact same aduio segment in defferent evironment?
Yes, this is normal, and a consequence of floating point arithmetic. Even on the same platform and
12/2/24
Oluwatobiloba Titus Oyekanmi
,
Brian McFee
2
10/22/24
Librosa beat track
The tempo estimator is making a statistical "best guess", with a default prior centered at
unread,
Librosa beat track
The tempo estimator is making a statistical "best guess", with a default prior centered at
10/22/24
Deepna Sorathiya
8/9/24
Find out audio files are similar or not
Hi I have two audio files. I need to find out 1. audio files are similar or not. 2. speech is similar
unread,
Find out audio files are similar or not
Hi I have two audio files. I need to find out 1. audio files are similar or not. 2. speech is similar
8/9/24
mcskwayrd
, …
chanaka karunaratne
5
8/9/24
dynamic tempo sometimes way off?
Try with mfcc conversion On Wed, 7 Aug 2024, 22:15 mcskwayrd, <mcsk...@gmail.com> wrote:
unread,
dynamic tempo sometimes way off?
Try with mfcc conversion On Wed, 7 Aug 2024, 22:15 mcskwayrd, <mcsk...@gmail.com> wrote:
8/9/24
Pablo Saunders-Shultz
,
Brian McFee
4
6/1/24
Removing partial windows from MFCC calculations
I think you have this correct: padding is only enabled with centered analysis. The case you're
unread,
Removing partial windows from MFCC calculations
I think you have this correct: padding is only enabled with centered analysis. The case you're
6/1/24
LAIQA MALIK BSCS-FA20-110
4/25/24
Error in my project
Hey, I am facing error in my FYP project. I am Making Speech Emotion Recognition in Urdu and English
unread,
Error in my project
Hey, I am facing error in my FYP project. I am Making Speech Emotion Recognition in Urdu and English
4/25/24
In Cognite
, …
Brian McFee
18
3/19/24
feature.tempo returns garbage results.
On Tuesday, March 19, 2024 at 10:13:34 AM UTC-4 kiyos...@gmail.com wrote: Ok I see where I was
unread,
feature.tempo returns garbage results.
On Tuesday, March 19, 2024 at 10:13:34 AM UTC-4 kiyos...@gmail.com wrote: Ok I see where I was
3/19/24
The Earnest Sylvia
,
Brian McFee
2
3/19/24
display.waveshow() return error when it's called without "color" attribute
This issue has already been reported and resolved, see: https://github.com/librosa/librosa/issues/
unread,
display.waveshow() return error when it's called without "color" attribute
This issue has already been reported and resolved, see: https://github.com/librosa/librosa/issues/
3/19/24
이준형
3/14/24
TIMIT preprocessing for LSTM
Hello, I am a complete novice in the ASR field and I'm looking to develop a model using the TIMIT
unread,
TIMIT preprocessing for LSTM
Hello, I am a complete novice in the ASR field and I'm looking to develop a model using the TIMIT
3/14/24
Kıvanç Tatar
3/4/24
PhD position: Interactive Sound Spaces - Deep Learning Architectures for Creative Sound Practices and Musical Applications
How do we make music with wicked sounds generated by Deep Learning architectures? We are looking for
unread,
PhD position: Interactive Sound Spaces - Deep Learning Architectures for Creative Sound Practices and Musical Applications
How do we make music with wicked sounds generated by Deep Learning architectures? We are looking for
3/4/24
MangoTherapy
2/16/24
Problems in calculating BPM.
Tested a few recordings. I played around with the hop_length settings. The main thing I can say is
unread,
Problems in calculating BPM.
Tested a few recordings. I played around with the hop_length settings. The main thing I can say is
2/16/24
Graham Coleman
, …
Dan Ellis
6
2/5/24
strange scaling of slaney mels
Dear Brian and Dan, Thank you for the additional background of the implementations as well as the
unread,
strange scaling of slaney mels
Dear Brian and Dan, Thank you for the additional background of the implementations as well as the
2/5/24
ZD 619
,
Brian McFee
2
1/5/24
TypeError("Invalid file: {0!r}".format(self.name))
The problem is that you're loading the file with librosa.load, which returns a tuple of ndarray
unread,
TypeError("Invalid file: {0!r}".format(self.name))
The problem is that you're loading the file with librosa.load, which returns a tuple of ndarray
1/5/24
Richard Mushi
,
Vincent Lostanlen
6
11/14/23
delta and delta-delta features
Hello, Are you sure it's 2000 Hz? That sounds quite low for musical audio. hop_length, n_chroma,
unread,
delta and delta-delta features
Hello, Are you sure it's 2000 Hz? That sounds quite low for musical audio. hop_length, n_chroma,
11/14/23
Market Education
,
Brian McFee
2
10/19/23
librosa.load() AttributeError: module 'soundfile'
The version of soundfile you have is older than the minimum supported version for whatever librosa
unread,
librosa.load() AttributeError: module 'soundfile'
The version of soundfile you have is older than the minimum supported version for whatever librosa
10/19/23
D. S. Parihar
, …
Dan Ellis
8
10/13/23
librosa.stft() getting shifted spectrum
Hi Dan, Thank you for the clarification that it is just a display issue because of choice of
unread,
librosa.stft() getting shifted spectrum
Hi Dan, Thank you for the clarification that it is just a display issue because of choice of
10/13/23
Satyajit Banerjee
8/6/23
Noise reduction
HI, I am new to librosa..I have loaded the signal using librosa .f How can I remove the noises from a
unread,
Noise reduction
HI, I am new to librosa..I have loaded the signal using librosa .f How can I remove the noises from a
8/6/23
KRISHNA CHAUHAN
,
Brian McFee
2
7/14/23
Why this error in Ubantu 20.04?
This should have nothing to do with your OS, and everything to do with which version of librosa you
unread,
Why this error in Ubantu 20.04?
This should have nothing to do with your OS, and everything to do with which version of librosa you
7/14/23
jamila Muhammad
,
Pushkar
3
6/10/23
Error Extracting MFCCs: Could someone please lend a helping hand
Thank you so much for your guide @pushkar, your solution solved it. On Sunday, June 11, 2023 at 1:06:
unread,
Error Extracting MFCCs: Could someone please lend a helping hand
Thank you so much for your guide @pushkar, your solution solved it. On Sunday, June 11, 2023 at 1:06:
6/10/23
Dimitri Vlachos
, …
Brian McFee
6
6/9/23
Real time modulation, no sound
That makes a lot of sense, I think that that may be exactly what the issue is. I will give rubberband
unread,
Real time modulation, no sound
That makes a lot of sense, I think that that may be exactly what the issue is. I will give rubberband
6/9/23
John Ho
,
Graham Coleman
3
5/29/23
How to reverse spectrogram png into audio
Hi, These are some example sizes of my mel-spectrogram (128, 59) (128, 60) (128, 27) (128, 438) (128,
unread,
How to reverse spectrogram png into audio
Hi, These are some example sizes of my mel-spectrogram (128, 59) (128, 60) (128, 27) (128, 438) (128,
5/29/23
Sergey Gusev
,
Brian McFee
2
5/25/23
auto-py-to-exe
This appears to be another iteration of downstream packaging tools not working with lazy-loader. Your
unread,
auto-py-to-exe
This appears to be another iteration of downstream packaging tools not working with lazy-loader. Your
5/25/23
Sherly
,
Dan Ellis
3
5/24/23
i can't solve the code
Thanks a lot. Pada tanggal Rab, 24 Mei 2023 pukul 07.20 Dan Ellis <dan....@gmail.com> menulis
unread,
i can't solve the code
Thanks a lot. Pada tanggal Rab, 24 Mei 2023 pukul 07.20 Dan Ellis <dan....@gmail.com> menulis
5/24/23