parent
78adc983f6
commit
49b2c42443
|
@ -1,7 +1,10 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
# Version 0.8.2 (2019-06-06)
|
# Version 0.9.0 (2019-06-06)
|
||||||
|
|
||||||
|
- Better buffer handling
|
||||||
|
- Fix logic error in frame/sample size
|
||||||
|
- Added error handling for unknown ALSA device errors
|
||||||
- Fix resuming a paused stream on Windows (wasapi).
|
- Fix resuming a paused stream on Windows (wasapi).
|
||||||
- Implement `default_output_format` for emscripten backend.
|
- Implement `default_output_format` for emscripten backend.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cpal"
|
name = "cpal"
|
||||||
version = "0.8.2"
|
version = "0.9.0"
|
||||||
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
authors = ["The CPAL contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||||
description = "Low-level cross-platform audio playing library in pure Rust."
|
description = "Low-level cross-platform audio playing library in pure Rust."
|
||||||
repository = "https://github.com/tomaka/cpal"
|
repository = "https://github.com/tomaka/cpal"
|
||||||
|
|
Loading…
Reference in New Issue