implements Audio.Source
A multichannel audio input| MultiInput(string name, integer channels, bool autoconnect) |
| output | Audio.Connection outputs as an array |
| connect(integer index, regex name) | connect any system port whose name matches the given regular expression |
| connect(integer index, string name) | connect a system port with the given name |
Audio.Connection outputs as an array. Adding or removing elements to this array has no effect on the underlying audio component.
Connect any system port whose name matches the given regular expression
Connect a system port with the given name
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.