this post was submitted on 09 Jun 2023
11 points (100.0% liked)
Free and Open Source Software
17915 readers
39 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This looks pretty cool to me. Well done :)
Thank you! I've made small tweaks since posting, like adding config flags to CLI, for instance
--style fill
will display "filled" bars instead of "striped":I've been working on a small TUI framework and sound was something I was wondering if possible to be done. My code is in PHP though not Rust. So this might give me some insight on how capturing works (I have no idea how sound works) but what I wanted to create is the capability (more or less) that for example TIC-80 provides where you have input from sound and make graphics respond to it (see Lovebyte jam sessions on youtube for example).
I really like the detail on the non filled ones where the last one on top might not always be a full one.
Sound capture was a major pain point here 😅 I had to hardcode an alsa loopback device identifier, and beyond that it's very manual - loading alsa's loopback kernel module, connecting my music player to the pipewire device and such