if res_type != "sinc_fastest" and audio._HAS_SAMPLERATE:
// Do two octaves before resampling to allow for usage of sinc_fastest
fft_basis, n_fft, filter_lengths = __fft_filters(sr, fmin_t,
n_filters,
bins_per_octave,
tuning,
filter_scale,
norm,
sparsity)
min_filter_length = np.min(filter_lengths)
// Compute a dynamic hop based on n_fft
my_cqt = __variable_hop_response(y, n_fft,