Filip Hracek
Filip Hracek
Thank you so much! This is exactly what I wanted to know. I really appreciate you confirmed it experimentally, too. I'll keep this open until I incorporate this information into...
> My understanding is that we want to skip the js part and use the wasm directly within the app, anyone correct me If I got it totally wrong. I...
I'm afraid I don't know. I haven't yet touched WASM, and I'm afraid it'll be some time before I can make time. I'm trying to get someone from Flutter to...
Word from the Flutter team: > in the current state of world, using dart:js_interop to interop Flutter is a viable route. In the future, there maybe new tooling to allow...
TBH, I don't know what it means. I don't think it necessarily means a need for a federated plugin?
A few points that I need clarified: 1. Do we need to wire Flutter SoLoud to WebAudio (e.g. by programming a [backend](https://solhsa.com/soloud/backends.html)), or is this already done by the miniaudio...
Yeah. I wonder if it's just something on the SoLoud C++ side "touching" an API, or even just declaring that it will be using some API, and macOS (Xcode?) detecting...
Thanks for looking into it! I think the salient parts are: > [when] Core Audio opens full duplex devices for both input and output (I do have an external sound...
This looks like a high priority for the package for sure. For the audio context mode, can you please create a separate issue, @LeeMatthewHiggins? As for the mic permissions —...
Ok, from the email, it seems that the App Store does some static analysis on the app's code (or binary?), and it finds the reference to APIs. @alnitak, is it...