smasher164 / pw-volume

Basic interface to PipeWire volume controls
MIT License
77 stars 10 forks source link

What do I download? #36

Open seamusdemora opened 7 months ago

seamusdemora commented 7 months ago

There are two items listed in "releases"... I'm guessing that for my Raspberry Pi I need pw-volume-aarch64... but what do I do with this file? Is it an archive - an executable...?

If I need to build from source, are there any instructions for that?

monomere commented 4 months ago

It's an executable.

To build the project you need rust (then just clone the repository and do cargo build --release inside; the compiled binary should be in target/release/pw-volume)

There's a disclaimer in the README now that suggests using WirePlumber instead :-)