Skip to content

Commit

Permalink
A little typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dairlair authored Dec 13, 2022
1 parent 8e162ed commit 534b708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/WaveFormRendering.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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);
```



0 comments on commit 534b708

Please sign in to comment.