Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffmatic committed Jan 17, 2023
1 parent f67d1ee commit b93cac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ See [the crate documentation](https://docs.rs/microdsp).

## Demos

### Cargo examples

The [`examples`](examples) folder contains a number of demos that can be run with

```
Expand All @@ -34,6 +36,10 @@ cargo run --example [filename without .rs extension]

for example `cargo run --example mpm`. Some of these use `rust-portaudio` for real time audio input. If you run into portaudio related issues, you may find some pointers [here](https://github.com/RustAudio/rust-portaudio).

### Embedded

The [microdsp-zephyr-demos](https://github.com/stuffmatic/microdsp-zephyr-demos/) repo contains demos showing how to do real time audio processing on a microcontroller using microdsp and Zephyr.

## License

This project is released under the MIT license.

0 comments on commit b93cac1

Please # to comment.