You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In librosa.stft, parameters like win_length, hop_length, and n_fft allow us to adjust the spectrogram's resolution. I'm wondering how to set the audio frame length (win_length) and frame overlap (hop_length) in audioflux.BFT for computing the spectrogram. I understand that the FFT length is set using num (or radix2_exp?), but I don't see a parameter for the frame length. Could you please clarify?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thank you for sharing this great library.
In librosa.stft, parameters like win_length, hop_length, and n_fft allow us to adjust the spectrogram's resolution. I'm wondering how to set the audio frame length (win_length) and frame overlap (hop_length) in audioflux.BFT for computing the spectrogram. I understand that the FFT length is set using num (or radix2_exp?), but I don't see a parameter for the frame length. Could you please clarify?
Beta Was this translation helpful? Give feedback.
All reactions