@override Stream<double> get onMicVolumeChange { return voiceRecorder.rawAmplitudes.map((x) { return getAudioIntensityFromDecibel(value: x); }); }