Update config file examples to mention UDP output

This commit is contained in:
ars-ka0s 2023-01-19 16:02:00 -06:00
parent 27e0d4a9a0
commit b395acfd87
1 changed files with 9 additions and 0 deletions

View File

@ -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%