19 September 2024
3 months ago by ReadMe API
Parameter to check the maximum audio output level in conjunction with the dialnorm threshold
Added a parameter to check the maximum audio output level when the dialnorm threshold is specified for Dolby Audio loudness control
<?xml version="1.0"?>
<query>
<userid>[UserID]</userid> <!-- required-->
<userkey>[UserKey]</userkey> <!-- required-->
<action>[Action]</action>
<source>[SourceFile]</source> <!-- required -->
<format> <!-- required -->
<output>[output]</output> <!-- required -->
<audio_encoder>dee</audio_encoder>
<dialnorm_threshold>[Threshold]</dialnorm_threshold>
<peak_limit_db>[PeakLimit]</peak_limit_db>
<check_peaks>[yes|no]</check_peaks>
</format>
</query>
{
"query": {
"userid": "[UserID]", // required
"userkey": "[UserKey]", // required
"action": "[Action]", // required
"source": "[SourceFile]", // required
"format": {
"output": "[output]", // required
"audio_encoder": "dee",
"dialnorm_threshold": "[Threshold]",
"peak_limit_db": "[PeakLimit]",
"check_peaks": "[yes|no]"
}
}
}
Field Name | Description | Allowed Values | Default Values |
---|---|---|---|
check_peaks | Check the maximum audio output level (peak_limit_db ) when the dialnorm threshold (dialnorm_threshold ) is specified | yes, no | no |