5
mirimmad
270d

For anyone interested in Digital Signal Processing, I wrote a little tool in C[1] that implements the FFT algorithm and takes audio samples to visualise the spectrum using raylib.

I might later add low pass and high pass filters.

[1]: https://github.com/mirimmad/FFTViz

Comments
  • 1
    I‘m not interested but it sounds very cool!
    Have my ++ and a star on GH!
  • 1
    @Lensflare Thanks. :)
  • 1
    That's cool. I might actually use it or grab some parts of it to make smth not so equally cool on FlipperZero, if there is not already a similar tool there... when I get to that, thanks for sharing =]
  • 0
    DSP was a class I took several times out of interest but never figured out how to apply to actual use lol
  • 0
    @iceb

    Might not be your thing, but it's heavily used in embedded microcontrollers for, say, factory process automations and such.
  • 1
    @We3D Thanks. Doing it on an embedded system would be cool.
  • 1
    @iceb I'm currently enrolled in one.
  • 1
    Very nice!
Add Comment