Paul Lietar
321673278f
Mark alsa-sys as linking to alsa
The build script requires pkg-config, which isn't available when cross compiling. Mark alsa-sys as linking to alsa allows cargo configuration to bypass the build script. cf http://doc.crates.io/build-script.html#the-links-manifest-key
CPAL - Cross-platform audio library
[dependencies]
cpal = "0.4.0"
Low-level library for audio playback in pure Rust.
This library allows you to open a channel with the audio device of the user's machine, and send PCM data to it.
Description
Languages
Rust
99.6%
C++
0.4%