web-audio-api-rs
web-audio-api-rs copied to clipboard
Implement async method decode_audio_data (however still blocking IO)
Fixes https://github.com/orottier/web-audio-api-rs/issues/423
Build fails because we need to bump the MSRV to Rust 1.75 - https://blog.rust-lang.org/2023/12/21/async-fn-rpit-in-traits.html 1.75 was released end of december 2023 I don't think this PR is very important, so maybe let's wait till June so we can keep our MSRV to lag 6 months behind
I don't think this PR is very important, so maybe let's wait till June so we can keep our MSRV to lag 6 months behind
Absolutely no problem on my side