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

[SDL 0113] SDLAudioStreamManager #795

Closed
theresalech opened this issue Nov 22, 2017 · 1 comment
Closed

[SDL 0113] SDLAudioStreamManager #795

theresalech opened this issue Nov 22, 2017 · 1 comment
Labels
proposal Accepted SDL Evolution Proposal
Milestone

Comments

@theresalech
Copy link
Contributor

Proposal: SDLAudioStreamManager

This proposal provides an interface for automatically transcoding audio files – such as mp3 – to the SDL compatible PCM format, queueing these files, and playing them using the PCM audio stream available to NAVIGATION apps.

Review: smartdevicelink/sdl_evolution#347

Steering Committee Decision:

When reviewing this proposal, there was a question about a use case for audio streaming. The author of this proposal advised that audio streaming would be used for navigation or projection apps only, and that navigation apps that are playing audio (voice of navigation directions, for example) often don't have directions available in PCM format, or the correct PCM format. The AudioStreamManager will take the format that the app has (MP3, for example), convert it into PCM format and play. This allows the app to use the manager instead of having to convert the file themselves. After this discussion, the Steering Committee voted to accept this proposal.

@theresalech
Copy link
Contributor Author

Closed via PR #807

@joeljfischer joeljfischer mentioned this issue Jan 10, 2018
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Accepted SDL Evolution Proposal
Projects
None yet
Development

No branches or pull requests

2 participants