Skip to content

Commit

Permalink
update cpal to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Mar 18, 2023
1 parent 43f3a7b commit 13f9bbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/kira/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ringbuf = "0.3.1"
symphonia = { version = "0.5.0", optional = true, default-features = false }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cpal]
version = "0.14.1"
version = "0.15.1"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.cpal]
version = "0.14.1"
version = "0.15.1"
optional = true
features = ["wasm-bindgen"]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ impl StreamManager {
.push(error)
.expect("Stream error producer is full");
},
None,
)?;
stream.play()?;
self.state = State::Running {
Expand Down

0 comments on commit 13f9bbb

Please sign in to comment.