Releases: Leonidius20/RecordingStudio
Releases Β· Leonidius20/RecordingStudio
v0.2.0
- 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
- Fixed crash when starting recording if the sample rate has not been changed from default
v0.1.4
- 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
- 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
- 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
- removed an unused permission
- made the apk slightly smaller
v0.1.0
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.