package com.reactlibrary.interfaces;

public interface IVoiceChangerConstants {

    boolean DEBUG = false;

    String NAME_FOLDER_RECORD = "voice_effects";
    String TEMP_FOLDER = ".temp";
    String FORMAT_NAME_VOICE = "voice_%1$s.wav";

}