implements Audio.Sink
A system stereo output.| StereoOutput(string name, string connectLeft, string connectRight) |
| void connect(Audio.Connection connection)
Connect a single channel of audio. |
| void connect(Audio.Source source)
Connect all channels of an audio source. |
| void play(Audio.Buffer buffer) |
| void play(Audio.Clip clip) |
| void schedule(Audio.Clip clip, float measure) |
| void schedule(Audio.Clip clip, float measure, Transport.Clock clock) |
Connect a single channel of audio.
Connect all channels of an audio source.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.