Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c42595a authored by Vasiliy Voronin's avatar Vasiliy Voronin Committed by Jean-Michel Trivi
Browse files

LoudnessEnhancer: Fix typo (repeated word)

Test: none, doc
Flag: EXEMPT doc only
Change-Id: I8512072c22d4b42e11de9ecec9c7e283343509c5
parent 734bc03e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ public class LoudnessEnhancer extends AudioEffect {
    // These parameter constants must be synchronized with those in
    // /system/media/audio_effects/include/audio_effects/effect_loudnessenhancer.h
    /**
     * The maximum gain applied applied to the signal to process.
     * The maximum gain applied to the signal to process.
     * It is expressed in millibels (100mB = 1dB) where 0mB corresponds to no amplification.
     */
    public static final int PARAM_TARGET_GAIN_MB = 0;