mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-03-03 19:43:56 +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);
|
|
}
|