hop_length = 256 win_length = 2048 f_novfn = lambda x, sr: get_novfn(x, sr, hop_length, win_length) results = evaluate_tempos(f_novfn, get_fourier_tempo, hop_length, 44100) ipd.HTML(results.to_html(escape=False, float_format='%.2f'))
5 / 20