implements Audio.Sink
An audio system output.Output(string name, string connection) | |
Output(string name, bool autoconnect) |
input | Audio.Connector inputs 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 |
play(Audio.Buffer buffer) | immediately play an audio buffer |
play(Audio.Clip clip) | immediately play an audio clip |
schedule(Audio.Buffer buffer, float measure, Time.Clock clock) | schedule an audio buffer to play |
schedule(Audio.Clip clip, float measure, Time.Clock clock) | schedule an audio clip to play |
Audio.Connector inputs 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
Immediately play an audio buffer.
Immediately play an audio clip.
Schedule an audio buffer to play.
Schedule an audio clip to play.