You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/KristofferStrube.Blazor.WebAudio/BaseAudioContext.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ public async Task<AudioBuffer> DecodeAudioDataAsync(
378
378
/// It throws an <see cref="DataCloneErrorException"/> if the array is detached.<br />
379
379
/// It throws an <see cref="EncodingErrorException"/> if <see href="https://mimesniff.spec.whatwg.org/#matching-an-audio-or-video-type-pattern">MIME Sniffing §6.2 Matching an audio or video type pattern</see> doesn't find a MIME type or if it failed to decode it into a linear PCM (pulse code modulation).<br />
380
380
/// </remarks>
381
-
/// <param name="audioData">An <see cref="IJSObjectReference"/> to an existing AudioBuffer containing compressed audio data.</param>
381
+
/// <param name="audioData">An <see cref="IJSObjectReference"/> to an <see cref="ArrayBuffer"/> containing compressed audio data.</param>
382
382
/// <param name="successCallback">A callback function which will be invoked when the decoding is finished. The single argument to this callback is an <see cref="AudioBuffer"/> representing the decoded PCM audio data.</param>
383
383
/// <param name="errorCallback">A callback function which will be invoked if there is an error decoding the audio file.</param>
384
384
/// <returns>A new <see cref="AudioBuffer"/>.</returns>
0 commit comments