portaudio
Version, currently main branch1 version
- main branchlatestJul 16, 2021
github.com/astellon/portaudio-cr
PortAudio bindings for Crystal.
Installation
# Add this to your shard.yml
dependencies:
portaudio:
github: astellon/portaudio-cr
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
>=1.0.0, <2.0.0- License
- MIT
- Author
- astellon
Dependencies
This version declares no dependencies.
README
portaudio-cr
PortAudio bindings in Crystal. This was previously managed in the astellon/quartz project but has been separated.
Installation
-
Add the dependency to your
shard.yml:dependencies: portaudio-cr: github: astellon/portaudio-cr -
Run
shards install
Usage
The library can be loaded in the usual manner, but the name is portaudio.
require "portaudio"
For more information, See the portaudio.h File Reference. Only the function names are represented by the snake case, removing the PA_ prefix.
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/astellon/portaudio-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
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Jul 16, 2021
- Crystal
>=1.0.0, <2.0.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/astellon/portaudio-cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1