❔ simple fft library for analyzing music?
im new at C# coming from java where i used to use a library called QuiFFT which has one liners for reading the full fft of audio or do it in a stream, i could not find a library that even has documentation from my research, i dont need anything scientific, just something for an audio visualizer
6 Replies
FttSharp?
https://github.com/swharden/FftSharp
i could not find any documentation other than the readme which doesn't state how to open an audio file, or if it supports streaming
https://www.youtube.com/watch?v=r7ypaTggLAo https://www.egr.msu.edu/classes/me451/me451_labs/Fall_2013/Understanding_FFT_Windows.pdf
UnityCoder
YouTube
Testing "FftSharp" from Github
"FftSharp is a collection of Fast Fourier Transform (FFT) tools for .NET" https://github.com/swharden/FftSharp *I didn't really use any features yet (so not much to see), just testing if it runs and then getting audioclip data into it and back as audio clip.
There's no documentation.
I found a demo application if you'd like to look at that one.
https://github.com/swharden/FftSharp/tree/main/src/FftSharp.Demo
GitHub
FftSharp/src/FftSharp.Demo at main · swharden/FftSharp
A .NET Standard library for computing the Fast Fourier Transform (FFT) of real or complex data - swharden/FftSharp
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.