Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markheath committed Apr 29, 2023
2 parents 143365f + 10025dd commit 7ba696c
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 7ba696c

Please sign in to comment.