soundio-cr
This is Crystal bindings for libsoundio.
Installation
-
Install libsoundio as you like.
-
Add the dependency to your
shard.yml
:dependencies: soundio-cr: github: astellon/soundio-cr
-
Run
shards install
Usage
require "soundio"
Example
Contributing
- Fork it (https://github.com/astellon/soundio-cr/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Astellon - creator and maintainer