Skip to content
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

Start Guidance Audio in Android having issues #284

Open
akilakumarasamy opened this issue Oct 1, 2024 · 1 comment
Open

Start Guidance Audio in Android having issues #284

akilakumarasamy opened this issue Oct 1, 2024 · 1 comment
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@akilakumarasamy
Copy link
Collaborator

When navigation starts in Android, the audio for 'Start guidance' plays immediately. However, when we stop the navigation using the internal stop button (which halts both the navigation and guidance), and then restart navigation, the audio is delayed by a few seconds. Repeating this stop-and-start action causes the delay to increase progressively, eventually leading to the audio not playing at all. Each attempt adds around 2-3 seconds to the delay. Closing and reopening the app resolves the issue temporarily, allowing the audio to function correctly on the first attempt again."

Also, when we switch between the audio icons from unmute to alerts only to mute back and forth it stops working.

This is an issue only in Android and not in iOS. We are on version v0.6.0. This is blocking us to release to Android users.

@akilakumarasamy akilakumarasamy added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 1, 2024
@jokerttu jokerttu added priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. and removed triage me I really want to be triaged. labels Oct 8, 2024
@jokerttu
Copy link
Contributor

jokerttu commented Oct 8, 2024

Hi @akilakumarasamy,

Thank you for reporting the issue.

I’ve attempted to reproduce the problem, but I am unable to hear any noticeable delay when restarting guidance after stopping it. I tried with different routes, and guidance types. Could you please provide more details on the methods or APIs you’re using when stopping and starting navigation again?
Also notice that if you have multiple destinations, you need to call NavigationController.continueToNextDestination on each waypoint (arrival). Otherwise guidance is not continuing over the waypoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

4 participants