When using MediaRecorder to record audio, how can I know when a sound is being made and recorded?
Is there any listener? Maybe a way to get notified when a sound that is high enough is being recorded?
Or maybe I need to use a lower-level API for this? If so, can I still use the same functionality that's available on MediaRecorder, such as setAudioSource, setOutputFormat, setOutputFile and setAudioEncoder ?