Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewikenberry authored Jun 30, 2020
1 parent 45378f2 commit bc72b25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ DaisySP is an open source DSP library written in C++ and specifically tailored t

It was originally created for use with the [Daisy Embedded Audio Platform](https://www.electro-smith.com/daisy), however it can easily be used elsewhere.

### Features
## Features

- Synthesis blocks such as oscillators, filters, envelopes, etc.

- DSP helper functions optimized for embedded applications

- Effects algorithms including reverb, delay, pitch-shift

### Code Example
## Code Example
```c++
static void AudioCallback(float *in, float *out, size_t size)
{
Expand All @@ -35,12 +35,12 @@ static void AudioCallback(float *in, float *out, size_t size)
}
}
```
### Getting Started
## Getting Started
- Browse the [online reference documentation,](https://electro-smith.github.io/DaisySP/index.html) or take it with you in [PDF form](https://github.com/electro-smith/DaisySP/blob/master/doc/daisysp_reference.pdf)
- Check out our [Getting Started Wiki Page](https://github.com/electro-smith/DaisyWiki/wiki)
- Make some sound!
### Contributing
## Contributing
Here are some ways that you can get involved:
- Proof read the documentation and suggest improvements
Expand All @@ -51,7 +51,7 @@ Here are some ways that you can get involved:
Before working on code, please check out our [Contribution Guidelines](https://github.com/electro-smith/DaisyWiki/wiki/6.-Contribution-Guidelines) and [Style Guide.](https://github.com/electro-smith/DaisySP/blob/master/doc/style_guide.pdf)
### Support
## Support
Here are some ways to get support and connect with other users and developers:
Expand All @@ -61,7 +61,7 @@ Here are some ways to get support and connect with other users and developers:
- Join the [Daisy Slack Workspace](https://es-daisy.slack.com/#/) - shoot us an email at hello(at)electro-smith(dot)com to receive an invitation
### License
## License
DaisySP is licensed with the permissive MIT open source license.
This allows for modification and reuse in both commercial and personal projects.
Expand Down

0 comments on commit bc72b25

Please sign in to comment.