A shell script to run Audio Share effortlessly.
- Installs Audio Share to
~/.local/bin/ - Puts a
start-audio-shareshell script in~/.local/bin/to use the default audio output - Creates a .desktop shortcut which executes
start-audio-share - Puts an Audio Share icon in
~/.local/bin/for the .desktop shortcut - Creates a symlink to the .desktop shortcut in
~/.config/autostart/
- Inside the terminal, run
curl -Os https://raw.githubusercontent.com/sihawido/audio-share-linux-setup/main/audio-share-linux-setup.sh && bash audio-share-linux-setup.shWarning: Always be careful when running scripts from the Internet.
- Go through every step in the terminal.
- Done!
- To launch the Audio Share server from the terminal, you can run
as-cmd(original) orstart-audio-share(shell script) which is what the .desktop shortcut launches.start-audio-shareautomatically detects the default Pipewire sink and asksas-cmdto use it. - You can modify the specified IP or port by editing
~/.local/bin/start-audio-share.