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

Implement async method decode_audio_data (however still blocking IO)

Open orottier opened this issue 1 year ago • 2 comments

Fixes https://github.com/orottier/web-audio-api-rs/issues/423

orottier avatar Apr 20 '24 19:04 orottier

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

orottier avatar Apr 21 '24 09:04 orottier

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

b-ma avatar Apr 29 '24 08:04 b-ma