extension Sound.CallbackSource { /// Fills the sample buffers and returns `true` if output was /// produced. `right` is non-nil only for stereo sources. public typealias Callback = (_ left: UnsafeMutableBufferPointer, _ right: UnsafeMutableBufferPointer?) -> Bool }