AudioFlux: A C/C++ library for audio and music analysis
1–10 of 58 posts
Re: AudioFlux: A C/C++ library for audio and music analysis
#2If this is supposed to be used for deep-learning, shouldn't all the transforms be GPU-accelerated torch functions?
Re: AudioFlux: A C/C++ library for audio and music analysis
#3What's this C/C++ language?
Re: AudioFlux: A C/C++ library for audio and music analysis
#4If this is supposed to be used for deep-learning, shouldn't all the transforms be GPU-accelerated torch functions?
Maybe for the convenience of mobile usage?
Re: AudioFlux: A C/C++ library for audio and music analysis
#5If this is supposed to be used for deep-learning, shouldn't all the transforms be GPU-accelerated torch functions?
By the looks of it, those functions extract features (like frequency peaks). You do that once for a sound. The output could function as input for an NN, in which case it would be a tokenizer for sound.
Re: AudioFlux: A C/C++ library for audio and music analysis
#6It's also for Python, I just discovered it a few days ago.
This is the website https://audioflux.top/
Re: AudioFlux: A C/C++ library for audio and music analysis
#7It would be nice to have a comparison with any of the many C++ MIR (music information retrieval) libraries in the wild:
- https://github.com/marsyas/marsyas
- https://github.com/ircam-ismm/pipo
- https://github.com/flucoma/flucoma-core/tree/main/include/al...
Re: AudioFlux: A C/C++ library for audio and music analysis
#8It's C and Python, not C++
Re: AudioFlux: A C/C++ library for audio and music analysis
#9It's C and Python, not C++
C can be used in C++ code, no?
Re: AudioFlux: A C/C++ library for audio and music analysis
#10It's C and Python, not C++
C can be used in C++ code, no?
Something very close, but that's not what you would expect for something that markets itself as a C++ library IMHO. Especially in 2024, most people would hope (or assume) that "C++" means "C++ 11" at least.
Definitely doesn't count as _lying_, but still underwhelming.