Jan Pochyla
Jan Pochyla
Hi, thanks a lot for all the PRs, great work! > perhaps this should only clear the credentials if authentication was successful? I agree.
Latest `wasm-pack` is incompatible with the latest `wasm-bindgen-cli`, so on M1 Mac, the above instructions don't work (although the problem is not anymore `wasm-opt` related). `wasm-pack` tries to download `wasm-bindgen-cli`...
Hmm, that's strange, is your audio setup somehow unusual? We always pick either from the supported configs, or just use the default one when opening the output stream. Seems like...
So the codegen in the official Rust backend is generating code that produces wrong data (probably coming from misunderstanding of Rust alignment rules) and none of the maintainers care?
The code generated by `capnproto-rust` is un-idiomatic, hard to use (no support for sequences, frequent u32 casts, the type-as-module that confuses IDEs, ...) and slow (bounds checks in sequences, the...
> Or it could poll the USB descriptor even when nobody is reading, to catch stray messages like this one. This is an interesting idea! cc @karel-3d
Sorry to ping you @ExPixel, what do you think about this?
If I initialize explicitly via `ma_decoder_init_file_vorbis`, "failed to initialize decoder from file: no backend" is raised.
Ok, thanks! I've seen that `miniaudio` is working on a high-level API for the 1.0 version, are you planning on adding those to `miniausio-rs`?
Sorry about the delay :| The version is indeed the latest: ``` $ cargo tree -i walrus walrus v0.20.3 ├── wasm-bindgen-cli-support v0.2.92 ... ``` Unfortunately the codebase is quite large...