STFT and ISTFT any libraries/code snippets?

Searching around for something like Python’s Librosa STFT/ISTFT routines in C++ is turning up very little.

Before I roll my sleeves up and code it myself…

Does anyone know of any libraries or decent code starting points? (Commercially usable)

Thanks!

Gamma lib has one: https://github.com/LancePutnam/Gamma/blob/b08cf878e60f68e8af9d2e2c3945fc6baba5d55b/Gamma/DFT.h

1 Like