ryanheise
ryanheise
I would also check that flutter_sound also actually releases the resources before the session is deactivated. This may involve looking at flutter_sound's code. A quick test you can do is...
Are you referring to a phone call interruption or some other interruption? Do you get the same type of delay for all types of interruption?
I don't see anything in the code that could cause a delay, so maybe this is just the normal behaviour of iOS (you could confirm by editing the native code...
I'd be interested to know what the logging reveals.
The added section looks correct to me. I'm not sure exactly what may be causing this for you, although I do notice that ``` flutter_install_all_ios_pods __dir__ ``` is different from...
We may need to wait until there is more than one report of this to know whether it is an audio_session bug. Until then, my previous advice should apply.
I had to google translate that but are you saying that maybe Apple is doing simple string matching and incorrectly picking up the name of one of the plugin's own...
The fix was introduced in v0.1.3 and verified as working. Can you report whether the bug is present if you downgrade to that version?
Maybe you are using some other plugin that gave you separate instructions to add `PERMISSION_MICROPHONE`? @hc2088 is that also the case for you? Is this issue because you're also using...
As far as I can see, it could certainly be the same in your case. > There is no error of cocoapods. That is the same in both cases. >...