TarsosDSP icon indicating copy to clipboard operation
TarsosDSP copied to clipboard

How to calculate Constant-Q transform in Android?

Open techiespace opened this issue 6 years ago • 0 comments

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 any TarsosDSP examples for ConstantQ.

techiespace avatar Jan 31 '19 13:01 techiespace