Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Aug 18, 2024
1 parent 3ee671a commit fb4cef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KristofferStrube.Blazor.WebAudio/BaseAudioContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ public async Task<AudioBuffer> DecodeAudioDataAsync(
/// It throws an <see cref="DataCloneErrorException"/> if the array is detached.<br />
/// 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 />
/// </remarks>
/// <param name="audioData">An <see cref="IJSObjectReference"/> to an existing AudioBuffer containing compressed audio data.</param>
/// <param name="audioData">An <see cref="IJSObjectReference"/> to an <see cref="ArrayBuffer"/> containing compressed audio data.</param>
/// <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>
/// <param name="errorCallback">A callback function which will be invoked if there is an error decoding the audio file.</param>
/// <returns>A new <see cref="AudioBuffer"/>.</returns>
Expand Down

0 comments on commit fb4cef9

Please sign in to comment.