Skip to content

Commit

Permalink
Fix alsa URI
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 29, 2022
1 parent d0935f4 commit 0f36a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/etc/snapserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ doc_root = /usr/share/snapserver/snapweb
# sampleformat will be set to "44100:16:2"
# tcp server: tcp://<listen IP, e.g. 127.0.0.1>:<port>?name=<name>[&mode=server]
# tcp client: tcp://<server IP, e.g. 127.0.0.1>:<port>?name=<name>&mode=client
# alsa: alsa://?name=<name>&device=<alsa device>[&send_silence=false][&idle_threshold=100][&silence_threshold_percent=0.0]
# alsa: alsa:///?name=<name>&device=<alsa device>[&send_silence=false][&idle_threshold=100][&silence_threshold_percent=0.0]
# meta: meta:///<name of source#1>/<name of source#2>/.../<name of source#N>?name=<name>
source = pipe:///tmp/snapfifo?name=default
#source = tcp://127.0.0.1?name=mopidy_tcp
Expand Down

0 comments on commit 0f36a5c

Please sign in to comment.