From 534b708e67f9b7deaf81d73b9fae83508fc6995a Mon Sep 17 00:00:00 2001 From: dairlair <51401608+dairlair@users.noreply.github.com> Date: Tue, 13 Dec 2022 16:22:57 +0200 Subject: [PATCH] A little typo fixed --- Docs/WaveFormRendering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/WaveFormRendering.md b/Docs/WaveFormRendering.md index bd3d5a4b..e68ca870 100644 --- a/Docs/WaveFormRendering.md +++ b/Docs/WaveFormRendering.md @@ -1,6 +1,6 @@ # Render an Audio Wave Form to PNG - NAudio does not include any visualization code in the core library, but it does provid access to the raw audio samples which you need to render wave-forms. + NAudio does not include any visualization code in the core library, but it does provide access to the raw audio samples which you need to render wave-forms. NAudio does however provide a sample project at GitHub: [NAudio.WaveFormRenderer](https://github.com/naudio/NAudio.WaveFormRenderer) which makes use of `NAudio` and `System.Drawing` to render waveforms in a variety of styles. @@ -76,4 +76,4 @@ Or we could save it to a PNG file which you'd want to do if you were rendering o image.Save("myfile.png", ImageFormat.Png); ``` - \ No newline at end of file +