- Notifications
You must be signed in to change notification settings - Fork93
PortAudio bindings and wrappers for Rust.
License
RustAudio/rust-portaudio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PortAudio bindings and wrappers for Rust.
PortAudio is a free, cross-platform, open-source, audio I/O library.
rust-portaudio is in maintenance mode. Consider usingCPAL instead.
rust-portaudio will try to detect portaudio on your system and, failing that(or if given thePORTAUDIO_ONLY_STATIC
environment variable on the buildprocess), will download and build portaudio statically. If this fails please letus know! In the mean-time, you can manuallydownload and installPortAudio yourself.
On Mac OS X, you may need to install manuallyportaudio
andpkg-config
(usingbrew, runbrew install portaudio
andbrew install pkg-config
)
rust-portaudio is built using cargo, so just typecargo build
at the rootof therust-portaudio repository.
You can build the tests and examples withcargo test
, and the documentationwithcargo doc
.
About
PortAudio bindings and wrappers for Rust.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.