Skip to content

Commit

Permalink
gh #83 Mismatch in the range of Dialog Enhancement Level
Browse files Browse the repository at this point in the history
  • Loading branch information
kprasad96 committed Dec 18, 2024
1 parent e9c867b commit 2b8546d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/dsAudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ dsError_t dsSetAudioCompression(intptr_t handle, int compression);
* This function returns the dialog enhancement level of the audio port corresponding to the specified port handle.
*
* @param[in] handle - Handle for the output audio port
* @param[out] level - Pointer to Dialog Enhancement level (Value ranges from 0 to 16)
* @param[out] level - Pointer to Dialog Enhancement level (Value ranges from 0 to 12)
*
* @return dsError_t - Status
* @retval dsERR_NONE - Success
Expand All @@ -309,7 +309,7 @@ dsError_t dsGetDialogEnhancement(intptr_t handle, int *level);
* This function sets the dialog enhancement level to be used in the audio port corresponding to specified port handle.
*
* @param[in] handle - Handle for the output audio port.
* @param[in] level - Dialog Enhancement level. Level ranges from 0 to 16.
* @param[in] level - Dialog Enhancement level. Level ranges from 0 to 12.
*
* @return dsError_t - Status
* @retval dsERR_NONE - Success
Expand Down

0 comments on commit 2b8546d

Please sign in to comment.