diff options
| author | Konstantin <const@const.me> | 2023-02-03 12:52:05 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-02-03 12:52:05 +0100 |
| commit | 6238fc31c6a0a6004cfb6791a7bf85c829c8acc9 (patch) | |
| tree | 7645adb3aea2422ebf35640906a52c395b37a5f1 /WhisperNet/API/iAudioReader.cs | |
| parent | 2deddc6e541bc61f72e07f7cc82f91d7e117f619 (diff) | |
Minor, API documentation
Diffstat (limited to 'WhisperNet/API/iAudioReader.cs')
| -rw-r--r-- | WhisperNet/API/iAudioReader.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WhisperNet/API/iAudioReader.cs b/WhisperNet/API/iAudioReader.cs index 68cf916..8e0e047 100644 --- a/WhisperNet/API/iAudioReader.cs +++ b/WhisperNet/API/iAudioReader.cs @@ -3,8 +3,8 @@ namespace Whisper { /// <summary>Audio stream reader object</summary> - /// <remarks>The implementation is forward-only, and these objects ain’t reusable.<br/> - /// To read a source file multiple time, dispose and re-create the reader.</remarks> + /// <remarks>The implementation is forward-only, and these objects aren’t reusable.<br/> + /// To read an audio file multiple time, dispose this object, and create a new one from the same source file.</remarks> [ComInterface( "35b988da-04a6-476a-a193-d8891d5dc390", eMarshalDirection.ToManaged )] public interface iAudioReader: IDisposable { |
