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

Commit c6120193 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi
Browse files

Fix typo in log message in TTS SynthProxy.

Change-Id: Ica7dbf6cb3db2e07958fadad476571b91bde2c24
parent 796325b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ public class SynthProxy {
     */
    public SynthProxy(String nativeSoLib) {
        boolean applyFilter = nativeSoLib.toLowerCase().contains("pico");
        Log.v(TtsService.SERVICE_TAG, "1000 about to load "+ nativeSoLib + ", applyFilter="+applyFilter);
        Log.v(TtsService.SERVICE_TAG, "About to load "+ nativeSoLib + ", applyFilter="+applyFilter);
        native_setup(new WeakReference<SynthProxy>(this), nativeSoLib);
        native_setLowShelf(applyFilter, PICO_FILTER_GAIN, PICO_FILTER_LOWSHELF_ATTENUATION,
                PICO_FILTER_TRANSITION_FREQ, PICO_FILTER_SHELF_SLOPE);