24/7 background audio recording for Android.
-
Accept permissions:
Manifest.permission.RECORD_AUDIOallows Eardrum to hear audio.Manifest.permission.WRITE_EXTERNAL_STORAGEallows Eardrum to remember audio.
-
AudioRecorderService gets started by:
MainActivityevery time you launch Eardrum.BootReceiverevery time your device boots.AlarmManagerevery hour on the hour.
-
AudioRecorderService creates a new recording every time it's started:
- Records audio in the background using your device's main microphone.
- Writes audio to a file with pattern
eardrum-20070405T12300200.ogg. - Stores the file at
/storage/emulated/0/Android/data/com.miguelrochefort.eardrum/.
- Only briefly tested on a Nokia 6.1 running Android 10 (Q).