Wouter Ensink
Wouter Ensink
I have the same issue, also on M1 Max. The same problem arrises when I run some of the examples for [imgui-rs](https://github.com/imgui-rs/imgui-rs).
I would like to add something to this thread that might be useful for relative beginners, like me. My IDE kept complaining about the following code snipped, because `IntoDart` is...
> Feel free to add some doc at proper places and make a PR :) Done :-) (#507)
Correction: when I derive Default it says some api2wire functions related to the nested struct are not found in Dart. When I change the generator to always add `#[derive(Default)]` it...
> maybe because we do not support having a field of struct without box. Ah that makes sense... I'll see what I can do, but this probably going to take...
I had this issue too. I don't know if it is related to core audio. From what I saw it seemed related to the sample rate. The buffer size would...
The web implementation of CPAL is pretty hacky and is rendering on the main thread. I wouldn't expect much from it. WebAudio is just terrible when it comes to WASM...
I haven't looked at it for a while, but I do remember it was very hard. If I remember correctly, for it to work as intended you need to load...
@fzyzcjy what did you end up using?
Ah okay, thanks!