Marco Bavagnoli
Marco Bavagnoli
Hi @chotixity, I never tried to use FireBase with `SoLoud.instance.loadUrl()`. It would be nice to see some relevant code you used. That error could occur if the same `url` is...
Hi, that log comes from the OS not from the plugin. I guess the device is not fast enough to read or decode the file to fill the audio buffer...
I found that too! :) I read [this also](https://forum.unity.com/threads/audiotrack-obtainbuffer-192-returned-192-192-0-err-0.781691/) which is, more or less, old as the other one. I am trying on some devices but with no luck seeing...
I tried on these devices without seeing the problem: Xiaomi Mi 6 Xiaomi Mi Max 3 Xiaomi Note 8 Pro Samsung Galaxy s9 Samsung Galaxy Note S10 and S20 Huawei...
This plugin uses Soloud with miniaudio enabled on all platforms with this C code ``` SoLoud::result result = soloud.init( SoLoud::Soloud::CLIP_ROUNDOFF, SoLoud::Soloud::MINIAUDIO, 44100, 2048, 2U); ``` If I remember well, miniaudio...
The only thing I could think for now, is that the loop in the audio_isolate can cause a CPU overload. Could you please try to raise the Duration from 10...
I do not understand what you mean by "drawline not show". > position the magnifying glass at the bottom, and show the zoom of the part of the screen that...
Got you! Yes you have to touch the glass to start refreshing it while moving. No, there is not what you need. It should be added as a new feature...
You could try to use `MagnifyingGlass` as the `home` parameter of `MaterialApp`. I never tried it, so let me know if it works
Hi @Hoangkute123xyz, I don't think this is a `flutter_soloud` bug. Maybe is something related to some other package you are using? Please, take a look at [this](https://github.com/alnitak/flutter_soloud/issues/70#issuecomment-2133339084) issue. Let me...