mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-04-09 16:33:38 +00:00
4 lines
125 B
C#
4 lines
125 B
C#
namespace SDRSharp.Radio.PortAudio
|
|
{
|
|
public unsafe delegate void AudioBufferAvailableDelegate(float* buffer, int length);
|
|
}
|