ReadonlynameThe name of the resource.
Return the audio output properties.
Play audio on the device.
The audio data to play
OptionalaudioInfo: AudioInfoInformation about the audio format (optional, required for raw pcm data)
Stream audio chunks to the device for playback.
The caller provides an async iterable of raw audio bytes. Each chunk must match the codec and
format described by audioInfo. Playback starts as chunks arrive on the server, before the
iterable is exhausted.
Information about the audio format (codec, sample rate, channels) that applies to every chunk
Async iterable of audio byte chunks to play in order
A gRPC-web client for the AudioOut component.