shreyas

Results 2 issues of shreyas

I've implemented cqt in librosa using the following line `C = np.abs(librosa.cqt(y[:511],fmin=librosa.note_to_hz('A0'), sr=16000, n_bins=88 * 3, bins_per_octave=12 * 3))` How can i do the same in TarsosDSP? I coudn't find...