Skip to content

Releases: Leonidius20/RecordingStudio

v0.2.0

25 Oct 15:44
Compare
Choose a tag to compare
  • Added bit depth setting for WAV recordings (only 16 bit int and 32 bit float for now);
  • Added bit rate setting for OPUS, AMR NB and AMR WB codecs;
  • A more convenient selector for sample rate and bit rate;
  • Made audio visualizer for WAV smoother (only on Android 6.0 and higher);
  • Removed unsupported sample rate options for OPUS.

v0.1.5

07 Oct 10:32
Compare
Choose a tag to compare
  • Fixed crash when starting recording if the sample rate has not been changed from default

v0.1.4

06 Oct 13:06
Compare
Choose a tag to compare
  • Support for uncompressed WAV recording (only 16 bit int depth for now)
  • Support for changing sample rate
  • Fixed crash on Android 8.1, 9, 10
  • Fixed crash after deleting recordings
  • Fixed UI elements drawn under display cutout in landscape mode
  • Temporarily removed HE-AAC and AAC-ELD codec options for AAC-ADTS container as they don't work

v0.1.3

17 Sep 19:32
Compare
Choose a tag to compare
  • Added an option for selecting between mono and stereo recording
  • Fixed recordings list not shown on Android 10 and 11
  • Edge-to-edge design
  • Fixed possible inconsistencies between recordings list and player
  • Fixed selection state in recordings list being lost on screen rotation
  • Fixed rename dialog being lost on screen rotation

v0.1.2

13 Sep 17:25
Compare
Choose a tag to compare
  • Fixed crash when starting recording on Android 10 and 11;
  • Fixed sharing recordings with external apps that request them with RECORD_AUDIO intent action;
  • Added contentDescription for Stop and Audio Settings buttons;
  • Removed Vorbis encoder option (as it is not supported by Android).

v0.1.1

07 Sep 16:23
Compare
Choose a tag to compare
  • removed an unused permission
  • made the apk slightly smaller

v0.1.0

23 Aug 08:16
Compare
Choose a tag to compare

First release
Features:

  • Recording in various formats and with various codecs
  • Viewing the list of recordings
  • Recording can be paused on low battery, low storage or paused on phone call
    Pausing the recording is not supported on lower android versions for now.