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