Skip to content

Instantly share code, notes, and snippets.

@sugoidogo
Last active October 8, 2023 08:12
Show Gist options
  • Save sugoidogo/edd98203fc1fab6ba1ae6c1d473fcb8e to your computer and use it in GitHub Desktop.
Save sugoidogo/edd98203fc1fab6ba1ae6c1d473fcb8e to your computer and use it in GitHub Desktop.
Audio Relay Daemon for Steam Deck
[Unit]
Description=AudioRelay Daemon
Documentation=https://audiorelay.net
Requires=pipewire.service
After=pipewire.service
[Service]
Type=exec
Environment=DISPLAY=:0
ExecStartPre=pactl load-module module-null-sink sink_name=AudioRelay sink_properties=device.description="AudioRelay"
ExecStart=/opt/audiorelay/bin/AudioRelay --minimized
ExecStopPost=pactl unload-module module-null-sink
[Install]
WantedBy=default.target
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
<map MAP_XML_VERSION="1.0">
<entry key="device_capture_id" value="AudioRelay"/>
<entry key="device_name" value="SteamDeck"/>
</map>
@sugoidogo
Copy link
Author

~/.java/.userPrefs/com/azefsw/audioconnect/prefs.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment