libAudioFlux / audioFlux

A library for audio and music analysis, feature extraction.
https://audioflux.top
MIT License
2.1k stars 102 forks source link

invertibilty of the NSGT #13

Open eloimoliner opened 1 year ago

eloimoliner commented 1 year ago

Thanks for this great contribution. Is your implementation of the NSGT transform invertible. If so, could you please provide an example of its usage?

liufeigit commented 1 year ago

Currently, it has not been fully implemented, and the team will plan to implement it in the future.

Most invertible involve the issue of BLAS, which is naturally not a problem for pure Python projects. However, the core of this project is to implement in C and consider cross platform support. Therefore, selecting and testing different ports for BLAS and bridging corresponding projects require a certain amount of time.

Thank you for your support.

Ajob41 commented 1 year ago

BLAS means basic linear algebra subprograms right?

liufeigit commented 1 year ago

@Ajob41 Right!