Skip to content

Commit 31e6d00

Browse files
committedJan 18, 2023
Update config file examples to mention stdout
1 parent 7fcc4dd commit 31e6d00

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎conf/generic.conf

+10-4
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,12 @@
127127
%W%# "stdin" is not an audio device. Don't use this unless you
128128
%W%# understand what this means. Read the User Guide.
129129
%W%# You can also specify "UDP:" and an optional port for input.
130-
%W%# Something different must be specified for output.
130+
%W%# "-" or "stdout" can be used to pipe audio out to another application.
131+
%W%# The -O option must be specified on the command line to support this.
131132
%W%
132133
%W%# ADEVICE stdin 0
133134
%W%# ADEVICE UDP:7355 0
135+
%W%# ADEVICE stdin stdout
134136
%W%
135137
%W%# The position in the list can change when devices (e.g. USB) are added and removed.
136138
%W%# You can also specify devices by using part of the name.
@@ -153,10 +155,12 @@
153155
%L%# "stdin" is not an audio device. Don't use this unless you
154156
%L%# understand what this means. Read the User Guide.
155157
%L%# You can also specify "UDP:" and an optional port for input.
156-
%L%# Something different must be specified for output.
158+
%L%# "-" or "stdout" can be used to pipe audio out to another application.
159+
%L%# The -O option must be specified on the command line to support this.
157160
%L%
158161
%L%# ADEVICE stdin plughw:1,0
159162
%L%# ADEVICE UDP:7355 default
163+
%L%# ADEVICE stdin stdout
160164
%L%
161165
%R% ---------- Mac ----------
162166
%R%
@@ -178,9 +182,11 @@
178182
%M%# "stdin" is not an audio device. Don't use this unless you
179183
%M%# understand what this means. Read the User Guide.
180184
%M%# You can also specify "UDP:" and an optional port for input.
181-
%M%# Something different must be specified for output.
185+
%M%# "-" or "stdout" can be used to pipe audio out to another application.
186+
%M%# The -O option must be specified on the command line to support this.
182187
%M%
183188
%M%# ADEVICE UDP:7355 default
189+
%M%# ADEVICE stdin stdout
184190
%M%#
185191
%C%
186192
%C%#
@@ -596,4 +602,4 @@
596602
%C%#TTERR NO_CALL SPEECH No call or object name.
597603
%C%#TTERR SATSQ SPEECH Satellite square must be 4 digits.
598604
%C%#TTERR SUFFIX_NO_CALL SPEECH Send full call before using suffix.
599-
%C%
605+
%C%

0 commit comments

Comments
 (0)