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