From 1da6f30fadaf1ebca3730bcc3f9f05d43e326c6b Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 8 Feb 2023 12:36:25 +0100 Subject: API documentation --- WhisperNet/API/iAudioBuffer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WhisperNet/API') diff --git a/WhisperNet/API/iAudioBuffer.cs b/WhisperNet/API/iAudioBuffer.cs index c4e86b9..2747c8f 100644 --- a/WhisperNet/API/iAudioBuffer.cs +++ b/WhisperNet/API/iAudioBuffer.cs @@ -5,7 +5,8 @@ namespace Whisper { /// A buffer with a chunk of audio. /// Note the interface supports both marshaling directions.
- /// I have not tested, but you should be able to implement this interface in C#, to supply PCM audio data to the native code.
+ /// You can implement this interface in C#, to supply PCM audio data to the native code. + /// [ComInterface( "013583aa-c9eb-42bc-83db-633c2c317051", eMarshalDirection.BothWays )] public interface iAudioBuffer: IDisposable { -- cgit v1.2.3