crateendpoints!
/// One chunk of an audio stream to play on this speaker.
///
/// `Some(bytes)` carries WAV-coded audio: the first chunk of a
/// stream starts with the standard WAV header, later chunks
/// continue its data. `None` ends the stream and is what tells
/// the owner the sound is complete.