web-audio-api-rs icon indicating copy to clipboard operation
web-audio-api-rs copied to clipboard

Add async method for `BaseAudioContext::decodeAudioData`

Open orottier opened this issue 1 year ago • 0 comments
trafficstars

See #412 for some initial inspiration. Async versions of suspend and resume were introduced in #419 and #412 We don't need the async_trait crate anymore because of https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html

orottier avatar Jan 03 '24 19:01 orottier