mirror of https://github.com/wb2osz/direwolf.git
Update config file examples to mention UDP output
This commit is contained in:
parent
27e0d4a9a0
commit
b395acfd87
|
@ -134,9 +134,12 @@
|
||||||
%W%# You can also specify "UDP:" and an optional port for input.
|
%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%# "-" 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%# 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%
|
||||||
%W%# ADEVICE stdin 0
|
%W%# ADEVICE stdin 0
|
||||||
%W%# ADEVICE UDP:7355 0
|
%W%# ADEVICE UDP:7355 0
|
||||||
|
%W%# ADEVICE UDP:7355 UDP:localhost:7356
|
||||||
%W%# ADEVICE stdin stdout
|
%W%# ADEVICE stdin stdout
|
||||||
%W%
|
%W%
|
||||||
%W%# The position in the list can change when devices (e.g. USB) are added and removed.
|
%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%# 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%# "-" 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%# 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%
|
||||||
%L%# ADEVICE stdin plughw:1,0
|
%L%# ADEVICE stdin plughw:1,0
|
||||||
%L%# ADEVICE UDP:7355 default
|
%L%# ADEVICE UDP:7355 default
|
||||||
|
%L%# ADEVICE UDP:7355 UDP:localhost:7356
|
||||||
%L%# ADEVICE stdin stdout
|
%L%# ADEVICE stdin stdout
|
||||||
%L%
|
%L%
|
||||||
%R% ---------- Mac ----------
|
%R% ---------- Mac ----------
|
||||||
|
@ -189,8 +195,11 @@
|
||||||
%M%# You can also specify "UDP:" and an optional port for input.
|
%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%# "-" 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%# 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%
|
||||||
%M%# ADEVICE UDP:7355 default
|
%M%# ADEVICE UDP:7355 default
|
||||||
|
%M%# ADEVICE UDP:7355 UDP:localhost:7356
|
||||||
%M%# ADEVICE stdin stdout
|
%M%# ADEVICE stdin stdout
|
||||||
%M%#
|
%M%#
|
||||||
%C%
|
%C%
|
||||||
|
|
Loading…
Reference in New Issue