public void StopMicrophone() {
   if (rt != null) {
     rt.pause();
     rt.interrupt();
     rt = null;
   }
 }