Skip to content

Commit 2c985c0

Browse files
committed
Update config file examples to mention stdout
1 parent 94a0548 commit 2c985c0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Diff for: conf/generic.conf

+10-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@
132132
%W%# "stdin" is not an audio device. Don't use this unless you
133133
%W%# understand what this means. Read the User Guide.
134134
%W%# You can also specify "UDP:" and an optional port for input.
135-
%W%# Something different must be specified for output.
135+
%W%# "-" or "stdout" can be used to pipe audio out to another application.
136+
%W%# The -O option must be specified on the command line to support this.
136137
%W%
137138
%W%# ADEVICE stdin 0
138139
%W%# ADEVICE UDP:7355 0
140+
%W%# ADEVICE stdin stdout
139141
%W%
140142
%W%# The position in the list can change when devices (e.g. USB) are added and removed.
141143
%W%# You can also specify devices by using part of the name.
@@ -158,10 +160,12 @@
158160
%L%# "stdin" is not an audio device. Don't use this unless you
159161
%L%# understand what this means. Read the User Guide.
160162
%L%# You can also specify "UDP:" and an optional port for input.
161-
%L%# Something different must be specified for output.
163+
%L%# "-" or "stdout" can be used to pipe audio out to another application.
164+
%L%# The -O option must be specified on the command line to support this.
162165
%L%
163166
%L%# ADEVICE stdin plughw:1,0
164167
%L%# ADEVICE UDP:7355 default
168+
%L%# ADEVICE stdin stdout
165169
%L%
166170
%R% ---------- Mac ----------
167171
%R%
@@ -183,9 +187,11 @@
183187
%M%# "stdin" is not an audio device. Don't use this unless you
184188
%M%# understand what this means. Read the User Guide.
185189
%M%# You can also specify "UDP:" and an optional port for input.
186-
%M%# Something different must be specified for output.
190+
%M%# "-" or "stdout" can be used to pipe audio out to another application.
191+
%M%# The -O option must be specified on the command line to support this.
187192
%M%
188193
%M%# ADEVICE UDP:7355 default
194+
%M%# ADEVICE stdin stdout
189195
%M%#
190196
%C%
191197
%C%#
@@ -607,4 +613,4 @@
607613
%C%#TTERR NO_CALL SPEECH No call or object name.
608614
%C%#TTERR SATSQ SPEECH Satellite square must be 4 digits.
609615
%C%#TTERR SUFFIX_NO_CALL SPEECH Send full call before using suffix.
610-
%C%
616+
%C%

0 commit comments

Comments
 (0)