18

This is my first ever Rust program.

The motivation of this is to create a soundboard with global hotkey support on Wayland, because Soundux wouldn't add it :<
That's why this soundboard is structurally very similar to Soundux.

Here's a screenshot:

you are viewing a single comment's thread
view the rest of the comments
[-] NorthWestWind@lemmy.world 2 points 1 week ago

Global hotkey is only used for playing the sounds and nothing else, and that is basically just running a command.

This will play all files that has an audio stream (cls is also using this command):
ffmpeg -i <file> -f s16le - | pacat -d <sink> --channels=<1 for mono, 2 for stereo> --rate=<sample rate> --volume=<0-65535, 65535 = 100%>

I guess it is pretty complicated so maybe I'll add a way to play files.

[-] Zykino@programming.dev 1 points 1 week ago

Yeah, I'd rather register cls play <id, name or path> in streampi or other macro box. Especially if cls let me add new sounds and configure things easily. Like I see having multiples "public laughing", so when starting the sound any can be played. Which provide a bit of variety in the stream. And allow to repeat the sound for a longer effect on the fly without being too repetitive.

this post was submitted on 07 Oct 2024
18 points (100.0% liked)

Rust

5883 readers
46 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS