Skip to content

Commit e91059c

Browse files
authored
Merge pull request #412 from orottier/feature/async-offline-rendering
Add async OfflineAudioContext startRendering, suspend and resume
2 parents 635150f + aed21c8 commit e91059c

File tree

5 files changed

+446
-50
lines changed

5 files changed

+446
-50
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ crossbeam-channel = "0.5"
2121
cubeb = { version = "0.10", optional = true }
2222
dasp_sample = "0.11"
2323
float_eq = "1.0"
24+
futures = { version = "0.3.29", default-features = false, features = ["std"] }
2425
hound = "3.5"
2526
hrtf = "0.8.1"
2627
llq = "0.1.1"
@@ -36,6 +37,7 @@ vecmath = "1.0"
3637
no_denormals = "0.1.2"
3738

3839
[dev-dependencies]
40+
futures = { version = "0.3.29", features = ["executor"] }
3941
alloc_counter = "0.0.4"
4042
criterion = "0.5.1"
4143
env_logger = "0.10"

0 commit comments

Comments
 (0)