ewan-xu / LibrosaCpp

LibrosaCpp is a c++ implemention of librosa to compute short-time fourier transform coefficients,mel spectrogram or mfcc
Apache License 2.0
187 stars 46 forks source link

mel_to_audio()? #12

Open FredrikLundkvist opened 1 year ago

FredrikLundkvist commented 1 year ago

Hello,

Any plans to implement the mel_to_audio() function, using Griffin-Lim?

Thanks