using System; namespace Raylib_cs; /// /// Audio stream processor. /// Used with Raylib.AttachAudioMixedProcessor() /// and Raylib.DetachAudioMixedProcessor() /// public delegate void AudioCallback(Span buffer);