Melody / Help / Sink / Speaker
Speaker
Audio output sink — receives a buffer on audio_in and emits a t.audio.write Effect with the same payload. The runtime's Effect router queues the buffer to the AudioWorklet's output (or any other consumer subscribed to t.audio.write — file recorder, network, …).
Inputs
| Port | Signal |
|---|---|
| audio_in | audio |
Outputs
| Port | Signal |
|---|---|
| write_patch | audio |