Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.97 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.97 KB

This is a native android voice recorder built in Java programming language. The app is not deployed in playstore but I've added some screenshots below.

The app's features are listed below:

  1. Record audio.
  2. Pause audio recording.
  3. See list of audio recordings saved in device.
  4. Play/Loop saved audio recordings.
  5. Rename a recording file.
  6. Customize the recorder with multiple settings like bitrate and encoding.

The app survives configuration changes even when it is recording or playing an audio. Meaning that the audio recording or playing won't stop even if the device is rotated.

Screenshots of the project:
The images sometimes do not load so reloading the page should do the trick.

Recorder Fragment Recording Audio
Recorder Recording
Saved Recordings Recording Options
Saved Recordings Options
Play Recording Settings Fragment
Play Recordings Settings

Thank you for checking out the project!!