implements Audio.Source
An audio system input.Input(string name, string connection) | create a new system input |
output | Audio.Connection outputs as an array |
connect(regex connection) | connect any system port whose name matches the given regular expression |
connect(string connection) | connect a system port with the given name |
Create a new system input
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