From b395acfd87674b0784ebd43670a9e5ea9397d405 Mon Sep 17 00:00:00 2001 From: ars-ka0s <26339355+ars-ka0s@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:02:00 -0600 Subject: [PATCH] Update config file examples to mention UDP output --- conf/generic.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/generic.conf b/conf/generic.conf index 5b09abe..631824d 100644 --- a/conf/generic.conf +++ b/conf/generic.conf @@ -134,9 +134,12 @@ %W%# You can also specify "UDP:" and an optional port for input. %W%# "-" or "stdout" can be used to pipe audio out to another application. %W%# The -O option must be specified on the command line to support this. +%W%# For UDP output, specify the destination IP address/hostname and port number +%W%# using "UDP:destination:port" syntax %W% %W%# ADEVICE stdin 0 %W%# ADEVICE UDP:7355 0 +%W%# ADEVICE UDP:7355 UDP:localhost:7356 %W%# ADEVICE stdin stdout %W% %W%# The position in the list can change when devices (e.g. USB) are added and removed. @@ -162,9 +165,12 @@ %L%# You can also specify "UDP:" and an optional port for input. %L%# "-" or "stdout" can be used to pipe audio out to another application. %L%# The -O option must be specified on the command line to support this. +%L%# For UDP output, specify the destination IP address/hostname and port number +%L%# using "UDP:destination:port" syntax %L% %L%# ADEVICE stdin plughw:1,0 %L%# ADEVICE UDP:7355 default +%L%# ADEVICE UDP:7355 UDP:localhost:7356 %L%# ADEVICE stdin stdout %L% %R% ---------- Mac ---------- @@ -189,8 +195,11 @@ %M%# You can also specify "UDP:" and an optional port for input. %M%# "-" or "stdout" can be used to pipe audio out to another application. %M%# The -O option must be specified on the command line to support this. +%M%# For UDP output, specify the destination IP address/hostname and port number +%M%# using "UDP:destination:port" syntax %M% %M%# ADEVICE UDP:7355 default +%M%# ADEVICE UDP:7355 UDP:localhost:7356 %M%# ADEVICE stdin stdout %M%# %C%