|
134 | 134 | %W%# You can also specify "UDP:" and an optional port for input.
|
135 | 135 | %W%# "-" or "stdout" can be used to pipe audio out to another application.
|
136 | 136 | %W%# The -O option must be specified on the command line to support this.
|
| 137 | +%W%# For UDP output, specify the destination IP address/hostname and port number |
| 138 | +%W%# using "UDP:destination:port" syntax |
137 | 139 | %W%
|
138 | 140 | %W%# ADEVICE stdin 0
|
139 | 141 | %W%# ADEVICE UDP:7355 0
|
| 142 | +%W%# ADEVICE UDP:7355 UDP:localhost:7356 |
140 | 143 | %W%# ADEVICE stdin stdout
|
141 | 144 | %W%
|
142 | 145 | %W%# The position in the list can change when devices (e.g. USB) are added and removed.
|
|
162 | 165 | %L%# You can also specify "UDP:" and an optional port for input.
|
163 | 166 | %L%# "-" or "stdout" can be used to pipe audio out to another application.
|
164 | 167 | %L%# The -O option must be specified on the command line to support this.
|
| 168 | +%L%# For UDP output, specify the destination IP address/hostname and port number |
| 169 | +%L%# using "UDP:destination:port" syntax |
165 | 170 | %L%
|
166 | 171 | %L%# ADEVICE stdin plughw:1,0
|
167 | 172 | %L%# ADEVICE UDP:7355 default
|
| 173 | +%L%# ADEVICE UDP:7355 UDP:localhost:7356 |
168 | 174 | %L%# ADEVICE stdin stdout
|
169 | 175 | %L%
|
170 | 176 | %R% ---------- Mac ----------
|
|
189 | 195 | %M%# You can also specify "UDP:" and an optional port for input.
|
190 | 196 | %M%# "-" or "stdout" can be used to pipe audio out to another application.
|
191 | 197 | %M%# The -O option must be specified on the command line to support this.
|
| 198 | +%M%# For UDP output, specify the destination IP address/hostname and port number |
| 199 | +%M%# using "UDP:destination:port" syntax |
192 | 200 | %M%
|
193 | 201 | %M%# ADEVICE UDP:7355 default
|
| 202 | +%M%# ADEVICE UDP:7355 UDP:localhost:7356 |
194 | 203 | %M%# ADEVICE stdin stdout
|
195 | 204 | %M%#
|
196 | 205 | %C%
|
|
0 commit comments