stopMicFade method

void stopMicFade()

Implementation

void stopMicFade() {
  micFadeController.reverse();
}