https://github.com/shybyte/soundpipe-rs
Soundpipe bindings for Rust
https://github.com/shybyte/soundpipe-rs
Last synced: 3 months ago
JSON representation
Soundpipe bindings for Rust
- Host: GitHub
- URL: https://github.com/shybyte/soundpipe-rs
- Owner: shybyte
- License: mit
- Created: 2020-07-21T04:39:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T18:44:09.000Z (over 5 years ago)
- Last Synced: 2025-07-05T09:03:23.603Z (6 months ago)
- Language: Rust
- Size: 59.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soundpipe bindings for Rust
[Soundpipe](https://github.com/PaulBatchelor/Soundpipe) is a lightweight music DSP library implemented in C.
Unfortunately the project has disappeared in August 2020, so I have created a [Soundpipe - backup](https://github.com/shybyte/soundpipe).
## Regenerate bindings using bindgen
```bash
cargo install bindgen
bindgen src/ffi/wrapper.h --whitelist-function 'sp_.*' -o src/ffi/ffi-generated.rs
```
TODO: Create proper soundpipe-sys crate which generates the bindings at compile time
(https://rust-lang.github.io/rust-bindgen/library-usage.html, https://kornel.ski/rust-sys-crate).
## License
MIT
## Copyright
Copyright (c) 2020 Marco Stahl