Simple sound recorder app for Android.
- Recording with ability to pause and discard
- List recordings with simple playback features
- AAC (.m4a), OPUS (.ogg)
- Select bitrate and sample rate
- Delete/rename recordings
- Can access other sound files with required permissions
- Choose recording storage location (WIP)
- Legacy Android support (WIP)
Implemented via MediaRecorder and MediaStore. So formats/encodings are limited by what those APIs provide.
I made this in my spare time cause I needed a free voice recording app and the fossify one kept giving me problems. The code is a bit messy, I just needed to get it working as quickly as possible. I chose Java over Kotlin for the same reasons.
PRs/Issues are very appreciated! :) Just please open an issue before sending a huge feature PR. Thanks!

