pub type MmapPlayback<S> = MmapIO<S, Playback>;
struct MmapPlayback<S> { /* private fields */ }
Write samples to the kernel ringbuffer.