diff --git a/README.md b/README.md index a3dab5c..2421c68 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/examples/bwavefile-probe.rs b/examples/bwavefile-probe.rs deleted file mode 100644 index ea7c778..0000000 --- a/examples/bwavefile-probe.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() -> () { - -} \ No newline at end of file diff --git a/examples/wave-deinter.rs b/examples/wave-deinter.rs new file mode 100644 index 0000000..e69de29 diff --git a/examples/wave-inter.rs b/examples/wave-inter.rs new file mode 100644 index 0000000..e69de29