[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface PreprocessingConfig.AudioOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.AudioOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.AudioOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.video.transcoder.v1.PreprocessingConfig.AudioOrBuilder) \n\n public static interface PreprocessingConfig.AudioOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getHighBoost()\n\n public abstract boolean getHighBoost()\n\nEnable boosting high frequency components. The default is `false`.\n**Note:** This field is not supported.\n\n`bool high_boost = 2;`\n\n### getLowBoost()\n\n public abstract boolean getLowBoost()\n\nEnable boosting low frequency components. The default is `false`.\n**Note:** This field is not supported.\n\n`bool low_boost = 3;`\n\n### getLufs()\n\n public abstract double getLufs()\n\nSpecify audio loudness normalization in loudness units relative to full\nscale (LUFS). Enter a value between -24 and 0 (the default), where:\n\n- -24 is the Advanced Television Systems Committee (ATSC A/85) standard\n- -23 is the EU R128 broadcast standard\n- -19 is the prior standard for online mono audio\n- -18 is the ReplayGain standard\n- -16 is the prior standard for stereo audio\n- -14 is the new online audio standard recommended by Spotify, as well as Amazon Echo\n- 0 disables normalization\n\n`double lufs = 1;`"]]