Skip to content

Commit 506e7b4

Browse files
committed
Update cpal to v0.16.0
1 parent 2c9e6b9 commit 506e7b4

File tree

3 files changed

+91
-137
lines changed

3 files changed

+91
-137
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- Breaking: Sources now use `f32` samples. To convert to and from other types of samples use
4848
functions from `dasp_sample` crate. For example `DaspSample::from_sample(sample)`.
4949
- `OutputStreamConfig` is now public.
50+
- Update `cpal` to [0.16](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0160-2025-06-07).
5051

5152
### Fixed
5253
- `ChannelVolume` no longer clips/overflows when converting from many channels to

Cargo.lock

Lines changed: 89 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = ["assets/**", "tests/**"]
1010
edition = "2021"
1111

1212
[dependencies]
13-
cpal = { version = "0.15.3", optional = true }
13+
cpal = { version = "0.16.0", optional = true }
1414
dasp_sample = "0.11.0"
1515
claxon = { version = "0.4.2", optional = true }
1616
hound = { version = "3.3.1", optional = true }

0 commit comments

Comments
 (0)