From 318db2e91d684398250606bfa50a5aae250866ca Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 10 Jul 2021 11:38:22 +0000 Subject: [PATCH] New app: Audio Recorder --- metadata/com.dimowner.audiorecorder.yml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 metadata/com.dimowner.audiorecorder.yml diff --git a/metadata/com.dimowner.audiorecorder.yml b/metadata/com.dimowner.audiorecorder.yml new file mode 100644 index 0000000000..689ed09a8f --- /dev/null +++ b/metadata/com.dimowner.audiorecorder.yml @@ -0,0 +1,54 @@ +Categories: + - Multimedia +License: Apache-2.0 +AuthorName: Dmytro Ponomarenko +AuthorEmail: Dimmony@gmail.com +SourceCode: https://github.com/Dimowner/AudioRecorder +IssueTracker: https://github.com/Dimowner/AudioRecorder/issues +Changelog: https://github.com/Dimowner/AudioRecorder/releases + +AutoName: Audio Recorder +Summary: gives easy audio recording experience +Description: |- + Audio recorder (Voice recorder, Sound recorder) is an application makes an easy audio recording experience. The app is optimized for the fastest start as possible and helps not to miss important sound for the user. + + Two recording formats are available: + + * M4A – Advanced Audio Coding (AAC) + * Waveform Audio File Format (WAVE, or WAV) + + In settings, select sample rate, bitrate (for AAC only) and stereo or mono. Selected preferences directly affect on record file size. Colorful themes allow customizing the app look, making the experience better. + + Features: + + * Recording audio + * Playing back recordings + * Make recordings in M4A and WAV + * Setting sample rate and bitrate + * Recording and playing back in background + * Displaying waveform of the recording + * Rename recordings + * Share recordings + * Import audio files + * List recordings + * Add recordings to bookmarks + * Color themes + +RepoType: git +Repo: https://github.com/Dimowner/AudioRecorder + +Builds: + - versionName: 0.9.14 + versionCode: 914 + commit: 0.9.14 + subdir: app + gradle: + - yes + output: build/outputs/apk/releaseConfig/release/app-releaseConfig-release-unsigned.apk + +MaintainerNotes: Yes, 'output' really has to be specified. + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.9.14 +CurrentVersionCode: 914