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.
CPAL - Cross-platform audio library
Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.
[dependencies]
cpal = "0.1.0"
Description
Languages
Rust
99.6%
C++
0.4%