mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2026-01-02 06:30:01 +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);
|
|
}
|