Skip to content

Dimowner/AudioRecorder

Repository files navigation

Development Plans

Release v0.9.99:

  • Update target SDK to 34
  • Fix few main issues and bugs

Release v1.0.0:

  • Add support Bluetooth mics
  • Add ability to select recording audio sources
  • Add backup feature to allow download all records files into a public directory 'Downloads'

Release v2.0.0: (Currently under development)

Completely rework the app by adopting a new architecture written in Kotlin, designing the UI with Android Compose, integrating a Room database, using ExoPlayer for media playback, and Hilt for dependency injection. Despite these substantial changes, the app’s existing user interface will remain mostly unchanged. Additionally, focusing on achieving robust unit test coverage. These enhancements are expected to significantly enhance app stability, accelerate feature delivery, and mitigate concerns about introducing new bugs.

Audio Recorder Logo

Audio Recorder

Get it on F-Droid Get it on Google Play

Audio Recorder is your go-to app for seamless audio recording. Whether you’re capturing important moments or creating content, Audio Recorder got you covered. Here’s what makes our app stand out:

1. Fast Startup: the app optimized to launch quickly, so you won’t miss a beat when inspiration strikes.

2. Flexible Formats: Choose from three recording formats:
  • M4A: High-quality audio in a compact file size.
  • WAVE (WAV): Ideal for professional-grade recordings.
  • 3Gp: Perfect for sharing on the go.

3. Customizable Settings:

  • Easy to adjust sample rate and bitrate to suit your needs.
  • Toggle between mono and stereo recording.

4. Visual Waveform: See your recordings come to life with waveform display.

5. User-Friendly Features:

  • Rename recordings for easy organization.
  • Share your audio files effortlessly.
  • Import existing audio files.
  • Create bookmarks for quick access.
  • Personalize the app with colorful themes.

FAQ

When option to choose recording directory will be added?

There is no plans to add feature where user can change recording directory. Newer versions of Android added restrictions on ability to interact with device file system. There is no simple way how to implement the feature. So all records are stored in app's private dir. Anyway, all record files available for user to download from app's private dir to a public dir.

License

Copyright 2019 Dmytro Ponomarenko

Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.