mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Release 0.17.0 (#480)
This commit is contained in:
parent
7b65d2fdd9
commit
56360d789c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
# Version 0.17.0 (2022-09-14)
|
||||
|
||||
- Update `cpal` to [0.15](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0150-2022-01-29).
|
||||
- Default to `symphonia` for mp3 decoding.
|
||||
|
||||
# Version 0.16.0 (2022-09-14)
|
||||
|
||||
- Update `cpal` to [0.14](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0140-2022-08-22).
|
||||
|
@ -15,7 +20,7 @@
|
|||
# Version 0.14.0 (2021-05-21)
|
||||
|
||||
- Re-export `cpal` in full.
|
||||
- Replace panics when calling `OutputStream::try_default`, `OutputStream::try_from_device` with new
|
||||
- Replace panics when calling `OutputStream::try_default`, `OutputStream::try_from_device` with new
|
||||
`StreamError` variants.
|
||||
- `OutputStream::try_default` will now fallback to non-default output devices if an `OutputStream`
|
||||
cannot be created from the default device.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rodio"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Audio playback library"
|
||||
keywords = ["audio", "playback", "gamedev"]
|
||||
|
|
Loading…
Reference in a new issue