More docs, example ideas

This commit is contained in:
Jamie Hardt
2021-01-01 21:59:53 -08:00
parent 4a0a9b7ec1
commit d0b4582dca
4 changed files with 7 additions and 3 deletions

View File

@@ -29,6 +29,13 @@ This is currently a work-in-progress! However many features presently work:
## Use Examples
### Examples Directory
Check out the [examples](examples) directory for some practical use cases:
* [blits](examples/blits.rs) shows how to use `WaveWriter` to create a new
file with BLITS alignment tones.
### Reading Audio Frames From a File
```rust