Aaron Alef

Results 45 comments of Aaron Alef

> I have tested other versions of the `mic_stream` plugin, specifically versions ^0.6.0, ^0.6.5, ^0.5.0, and ^0.4.0. All of these versions run fine on other devices, but they fail to...

> Regarding the Java backend warnings, here are some suggestions that may help: > > 1. Check Deprecated APIs: You might want to go through the deprecated APIs that the...

I've had a look through the native code looking for some obvious flags. There is definitely static code getting executed; not a lot but it's a start. Now, until I...

thank you for your report. Another thing you can try is a _very_ old version of the plugin, e.g., `0.1.2`. A major rework happened around `0.2.0`; before that the native...

Does the await complete once you start listening to the stream?

> even if i set the sample rate, the iOS platform may not obey the configuration i set This is correct and the main issue. There is no good semantic...

also have a look at #72 for a previous discussion the topic

oh alright. If the problem occurs on an iOS emulator, this is a duplicate of #27

I'll give it another look to see what changes could have resulted in a different behaviour for macOS

hey, thank you for taking your time to look into this yourself already. It's very likely that changing the category will resolve this issue. I cannot reliably test this, though,...