TUI Oscilloscope
#music#rust#fft#cli#data1 min read
alemi
2022-12-24 03:04scope-tui
I love watching the waveform of what I'm listening to and I'm also a big fan of terminal UIs, so when I found a TUI library for Rust with a builtin chart widget, I immediately had to try making an oscilloscope with it.
In just some days of work, I got a nice application ready to be used, built on top of tui-rs and pulseaudio simple API.