mirror of https://github.com/wb2osz/direwolf.git
Update config file examples to mention stdout
This commit is contained in:
parent
f698b93aa8
commit
91446cb787
|
@ -132,10 +132,12 @@
|
||||||
%W%# "stdin" is not an audio device. Don't use this unless you
|
%W%# "stdin" is not an audio device. Don't use this unless you
|
||||||
%W%# understand what this means. Read the User Guide.
|
%W%# understand what this means. Read the User Guide.
|
||||||
%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%# Something different must be specified for output.
|
%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%
|
%W%
|
||||||
%W%# ADEVICE stdin 0
|
%W%# ADEVICE stdin 0
|
||||||
%W%# ADEVICE UDP:7355 0
|
%W%# ADEVICE UDP:7355 0
|
||||||
|
%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.
|
||||||
%W%# You can also specify devices by using part of the name.
|
%W%# You can also specify devices by using part of the name.
|
||||||
|
@ -158,10 +160,12 @@
|
||||||
%L%# "stdin" is not an audio device. Don't use this unless you
|
%L%# "stdin" is not an audio device. Don't use this unless you
|
||||||
%L%# understand what this means. Read the User Guide.
|
%L%# understand what this means. Read the User Guide.
|
||||||
%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%# Something different must be specified for output.
|
%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%
|
%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 stdin stdout
|
||||||
%L%
|
%L%
|
||||||
%R% ---------- Mac ----------
|
%R% ---------- Mac ----------
|
||||||
%R%
|
%R%
|
||||||
|
@ -183,9 +187,11 @@
|
||||||
%M%# "stdin" is not an audio device. Don't use this unless you
|
%M%# "stdin" is not an audio device. Don't use this unless you
|
||||||
%M%# understand what this means. Read the User Guide.
|
%M%# understand what this means. Read the User Guide.
|
||||||
%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%# Something different must be specified for output.
|
%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%
|
%M%
|
||||||
%M%# ADEVICE UDP:7355 default
|
%M%# ADEVICE UDP:7355 default
|
||||||
|
%M%# ADEVICE stdin stdout
|
||||||
%M%#
|
%M%#
|
||||||
%C%
|
%C%
|
||||||
%C%#
|
%C%#
|
||||||
|
@ -607,4 +613,4 @@
|
||||||
%C%#TTERR NO_CALL SPEECH No call or object name.
|
%C%#TTERR NO_CALL SPEECH No call or object name.
|
||||||
%C%#TTERR SATSQ SPEECH Satellite square must be 4 digits.
|
%C%#TTERR SATSQ SPEECH Satellite square must be 4 digits.
|
||||||
%C%#TTERR SUFFIX_NO_CALL SPEECH Send full call before using suffix.
|
%C%#TTERR SUFFIX_NO_CALL SPEECH Send full call before using suffix.
|
||||||
%C%
|
%C%
|
||||||
|
|
Loading…
Reference in New Issue