mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-07 16:59:57 +01:00
5 lines
122 B
C#
5 lines
122 B
C#
namespace SDRSharp.Radio.PortAudio
|
|
{
|
|
public unsafe delegate void AudioBufferNeededDelegate(float* buffer, int length);
|
|
}
|