|
129 | 129 | %W%# You can also specify "UDP:" and an optional port for input.
|
130 | 130 | %W%# "-" or "stdout" can be used to pipe audio out to another application.
|
131 | 131 | %W%# The -O option must be specified on the command line to support this.
|
| 132 | +%W%# For UDP output, specify the destination IP address/hostname and port number |
| 133 | +%W%# using "UDP:destination:port" syntax |
132 | 134 | %W%
|
133 | 135 | %W%# ADEVICE stdin 0
|
134 | 136 | %W%# ADEVICE UDP:7355 0
|
| 137 | +%W%# ADEVICE UDP:7355 UDP:localhost:7356 |
135 | 138 | %W%# ADEVICE stdin stdout
|
136 | 139 | %W%
|
137 | 140 | %W%# The position in the list can change when devices (e.g. USB) are added and removed.
|
|
157 | 160 | %L%# You can also specify "UDP:" and an optional port for input.
|
158 | 161 | %L%# "-" or "stdout" can be used to pipe audio out to another application.
|
159 | 162 | %L%# The -O option must be specified on the command line to support this.
|
| 163 | +%L%# For UDP output, specify the destination IP address/hostname and port number |
| 164 | +%L%# using "UDP:destination:port" syntax |
160 | 165 | %L%
|
161 | 166 | %L%# ADEVICE stdin plughw:1,0
|
162 | 167 | %L%# ADEVICE UDP:7355 default
|
| 168 | +%L%# ADEVICE UDP:7355 UDP:localhost:7356 |
163 | 169 | %L%# ADEVICE stdin stdout
|
164 | 170 | %L%
|
165 | 171 | %R% ---------- Mac ----------
|
|
184 | 190 | %M%# You can also specify "UDP:" and an optional port for input.
|
185 | 191 | %M%# "-" or "stdout" can be used to pipe audio out to another application.
|
186 | 192 | %M%# The -O option must be specified on the command line to support this.
|
| 193 | +%M%# For UDP output, specify the destination IP address/hostname and port number |
| 194 | +%M%# using "UDP:destination:port" syntax |
187 | 195 | %M%
|
188 | 196 | %M%# ADEVICE UDP:7355 default
|
| 197 | +%M%# ADEVICE UDP:7355 UDP:localhost:7356 |
189 | 198 | %M%# ADEVICE stdin stdout
|
190 | 199 | %M%#
|
191 | 200 | %C%
|
|
0 commit comments