Mathijs van de Nes f3f194293a Fix underflow detection for alsa
The old method always returned _RUNNING on some machines.
This new method seems to produce the expected behaviour.

Note: -32 is probably -EPIPE, but the appropriate constant was not
available at this time.
2016-02-28 17:01:13 +01:00
2015-04-20 09:30:36 +02:00
2016-02-28 17:01:13 +01:00
2016-01-12 17:30:18 +01:00
2014-12-23 15:28:38 +01:00
2016-02-14 20:20:09 +00:00
2015-07-11 15:15:07 +02:00

CPAL - Cross-platform audio library

Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.

Documentation

[dependencies]
cpal = "0.1.0"
Description
Cross-platform audio in Rust
Readme
Languages
Rust 99.6%
C++ 0.4%