namespace SDRSharp.Radio.PortAudio { public unsafe delegate void AudioBufferAvailableDelegate(float* buffer, int length); }