Marco Bavagnoli
Marco Bavagnoli
@LeeMatthewHiggins if I understand well does this happen on iOS only? AFAIK the mic permission is asked when in the `info.plist` there is `NSMicrophoneUsageDescription`. Are you able to see when...
Hi @maks, thanks for your feedback. I have explored Audio Worklets despite my complete ignorance of JS. Managing our own audio callback with a custom Audio Worklet, implies not using...
@filiph , @LeeMatthewHiggins I created `dev/noCapture` branch without the capture feature. All the cpp and Dart sources for the capture have been removed. Can you please try with that branch?...
Thank you @LeeMatthewHiggins > @alnitak, is it feasible to make a version of SoLoud that doesn't have that ability? I don't think there's anything we can do on the Dart...
@maks agree with you: on the web the Audio Worklet is mandatory if you want to implement a DSP. Maybe I am wrong, but by compiling SoLoud/miniaudio with emscripten to...
> Do you know if we need both for playing? @filiph I don't remember why I used both, I am googling but I can't find info for now. But I...
@LeeMatthewHiggins no worries! Thanks for your findings! Please let us know if, with the main branch, this issue doesn't come up. Just to figure out it's all ok.
Some good news regarding this issue! It took some time, but I believe I have reached a stable point. - The isolate used to check the sound state and send...
@LeeMatthewHiggins great! Thank you. For the audio session mode, can you please open a new issue telling us your findings also when using [audio_session](https://pub.dev/packages/audio_session)? @filiph do you still need this...
> at least part of the loading is synchronous, and it blocks the UI You are right Filip. This is due mainly at least to two reasons: 1. the time...