Skip to content

Add HMI Application Custom Sounds Best Practice #11

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"name": "Graphics"
},
{
"name": "HMI Application Custom Sounds"
},
{
"name": "Languages"
Expand Down
12 changes: 12 additions & 0 deletions docs/HMI Application Custom Sounds/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## HMI Application Custom Sounds

#### Background
This topic was brought forward by a SmartDeviceLink Consortium (SDLC) Steering Committee representative via proposal [SDL 0103](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0103-ApplicationCustomSounds.md). The proposed solution described within the proposal was accepted by the Steering Committee, as noted in the [review issue](https://github.com/smartdevicelink/sdl_evolution/issues/308). This document serves to capture the best practice decided upon by the SDLC Steering Committee.

#### Best Practice
**Application Partners shall control all in-vehicle noises.**

OEMs will not always know what is being projected to the head unit; this will make noise flags, noise triggers, and noise accuracy difficult to handle on the OEM side. This makes Application Partner control advantageous.

#### Additional Information
Additional information regarding the motivation for this best practice, alternatives considered, etc. can be found in the proposal [SDL 0103](https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0103-ApplicationCustomSounds.md).