-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interruption problem in IOS devices #62
Comments
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? |
Yes I tried the phone call interruption, I didn’t try other interruptions since I don't need others right now. |
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 and inserting a log when the interruption is received natively). |
I don't think it is a normal behavior of ios since it is working with other apps. I may create a new branch from your package and debug this scenario in the native part to the flutter part and I will discuss with you if the problem is the same. |
Hi! Have you been able to solve this problem? |
Hello dear,
Actually I didn’t test it yet, and I don’t think so it os solved. Are you
facing the same issue as mine?
…On Tue, 26 Jul 2022 at 9:45 PM Даниил ***@***.***> wrote:
I don't think it is a normal behavior of ios since it is working with
other apps. I may create a new branch from your package and debug this
scenario in the native part to the flutter part and I will discuss with you
if the problem is the same.
Hi! Have you been able to solve this problem?
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIAEM5GE7ZLYMTKNGAU2NLDVWAW3NANCNFSM5X6RWOLQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes, but in flutter_sound package |
I'd be interested to know what the logging reveals. |
Hi Ryanheise,
I am facing a problem in an audio session listening for interruptions in ios. In android, streaming is working properly, while in ios it has a delay of 1sec 2sec to reach the pause case. And when resume the record after an interruption is ended, it will replace the paused recording while this issue is working perfectly in android. Also, sometimes, before pause interruption in ios, let us say I record for about 8 sec then a call received, here record is paused and when finishing interruption then listen to the saved record, it will be for about 3 sec recorded not even 7 sec since always it makes a delay as 1 sec 2 sec.
Have you figured out these issues before?
The text was updated successfully, but these errors were encountered: