private boolean detection_mic = false; | private boolean detection_mic = false; | ||||
private String zeit = "0"; | private String zeit = "0"; | ||||
private boolean kalibrierung_do; | |||||
private boolean kalibrierung_do = true; | |||||
private float threshold = 40; | private float threshold = 40; | ||||
private float sensitivity = 5; | private float sensitivity = 5; | ||||
private final static String KEY_WERT = "KEY_WERT_" + Mikrofon.class.getSimpleName(); | private final static String KEY_WERT = "KEY_WERT_" + Mikrofon.class.getSimpleName(); |