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

Conversation

chenxiaolong
Copy link
Owner

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

@chenxiaolong chenxiaolong added the enhancement New feature or request label May 25, 2022
@chenxiaolong chenxiaolong self-assigned this May 25, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant