Reference

Components
Audio Stream
Description
This component allows you to stream audio from media file locally or across a network.
You must provide a valid URL or file path.
To begin streaming, trigger the Start input. The audio arrives as a stereo mono stream.
To toggle streaming trigger the Pause/Play input. Triggering the Stop input will end streaming. Having stopped, for an audio file, you can only
resume by re-starting from the beginning.
Connectors
Inputs Type Outputs Type
URL or file path for the audio
stream
String Left channel of
streamed audio
Mono
Start streaming
Trigger Right channel of
streamed audio
Mono
Pause or resume play
Trigger The play state
(0=stopped, 1=playing,
2=paused)
Boolean
Stop streaming
Trigger The play position (for
files) as a percentage
(0-100%)
Float
The input buffer size in
seconds (default = 1)
Float
23 of 494