SDRSharp/SDRSharp.Radio/SDRSharp.Radio.PortAudio/AudioBufferNeededDelegate.cs

5 lines
122 B
C#
Raw Permalink Normal View History

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