cpal/src/alsa
mitchmindtree 019b27350f Implement `pause` and `play` for ALSA backend (#176)
* Implement `pause` and `play` for ALSA backend

This commit also ensures that the Voice is initially paused when
returned to remain consistent with the rest of the CPAL backends.

Related to #175.

* Remove ineffective pause from end of build_voice method

* ALSA - Change `is_paused` flag from `AtomicBool` to `bool`

* Add pause and play ALSA addition to CHANGELOG
2017-11-02 10:30:15 +01:00
..
enumerate.rs Docs and style improvements (#174) 2017-10-23 16:41:38 +02:00
mod.rs Implement `pause` and `play` for ALSA backend (#176) 2017-11-02 10:30:15 +01:00