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

Audio Service is automatically stopped when app becomes inactive #1224

Closed
mrapitis opened this issue Apr 5, 2019 · 0 comments
Closed

Audio Service is automatically stopped when app becomes inactive #1224

mrapitis opened this issue Apr 5, 2019 · 0 comments
Assignees
Labels
bug A defect in the library
Projects
Milestone

Comments

@mrapitis
Copy link
Contributor

mrapitis commented Apr 5, 2019

Bug Report

When a nav app becomes inactive its pcm audio prompts no longer can be heard. The iOS library stops the audio service when an app becomes inactive preventing the audio service from being utilized when the app is inactive -- this may have been implemented because of iOS limitations however it should be further researched.

[self sdl_stopAudioSession];

Reproduction Steps

Register a NAV app with SDL and ensure the audio and video services are started successfully. Next ensure the app is being placed into an inactive state, take note that the audio service is stopped and pcm prompts cannot be played.

Expected Behavior

The audio service stays open and PCM prompts continue to be heard when the app is in an inactive state.

Observed Behavior

The audio service is closed and PCM prompts cannot be heard when the app is in an inactive state.

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: 6.1.2
  • Testing Against: n/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.3
  
Done
Development

No branches or pull requests

3 participants