void OnEnable()
 {
     settings = GameObject.Find("Settings").GetComponent <Settings> ();
     micro    = GameObject.Find("AUDIO").GetComponent <MicrophoneInput> ();
 }