mirror of
https://github.com/SDRSharpR/SDRSharp.git
synced 2025-12-06 03:42:01 +01:00
5 lines
125 B
C#
5 lines
125 B
C#
|
|
namespace SDRSharp.Radio.PortAudio
|
||
|
|
{
|
||
|
|
public unsafe delegate void AudioBufferAvailableDelegate(float* buffer, int length);
|
||
|
|
}
|