Browse Source

A little typo fixed

pull/983/head
dairlair 3 years ago
committed by GitHub
parent
commit
534b708e67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Docs/WaveFormRendering.md

4
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);
```
Loading…
Cancel
Save