Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config file examples to mention UDP output
  • Loading branch information
ars-ka0s committed Sep 25, 2023
commit b395acfd87674b0784ebd43670a9e5ea9397d405
9 changes: 9 additions & 0 deletions conf/generic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 ----------
Expand All @@ -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%
Expand Down