Sequence SendAudio

std/audio/host::SendAudio


Configuration

⬡ output: AudioOutput

Inputs

signal: Stream<f32>


Send audio to host system.

Take a stream containing audio signal and send it to the host audio system.

⚠️ The signal must contain values between -1 and 1 (continuous 0 being silence). Other values will be handled by the host system in undefined way.