mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2026-01-03 15:09:58 +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);
|
||
|
|
}
|