Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial support for configurable codecs #29

Merged
merged 1 commit into from
May 25, 2022
Merged

Add initial support for configurable codecs #29

merged 1 commit into from
May 25, 2022

Commits on May 25, 2022

  1. Add initial support for configurable codecs

    This commit adds the initial framework for allowing the configuration of
    output codecs. There are three codec choices available:
    
    * FLAC: (default) lossless, compression level 0-8
    * OGG/Opus: lossy, bitrate 6-510kbps, Android 10+ only
    * M4A/AAC: lossy, HE-AAC bitrate 24-32kbps, AAC-LC bitrate 32-128kbps
    
    While all three codecs are implemented, RecorderThread is currently
    hardcoded to use the default. The next step is to save and load the
    codec configuration from SharedPreferences and the finally add the user
    interface.
    
    Issue: #21
    Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
    chenxiaolong committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3d3eb82 View commit details
    Browse the repository at this point in the history