This repository has been archived by the owner on Jan 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SBC codec configuration options support (#90)
* Introduce sbc_min_bitpool and sbc_max_bitpool params for module-bluetooth-discover's a2dp_config option * Minor fixes and refactoring for new SBC bitpool-setup logic * More fixes and refactoring for new SBC bitpool-setup logic * Rename sbc_min_bitpool and sbc_max_bitpool options to sbc_min_bp and sbc_max_bp; introduce other options to override SBC codec auto-configuration: sbc_freq, sbc_cmode, sbc_alloc, sbc_sbands, sbc_blen * Some fixes and refactoring for new SBC user-options setup logic * Introduce new max SBC bitpool limit when using forced value * README.md updated * Minor fixes and refactoring * README.md updated * Minor fixes * Make configuration options for SBC codec more user-friendly * README.md updated * Use SBC_* macros when setting-up overrides for SBC codec
- Loading branch information
1 parent
b9d3bd3
commit 1a396e7
Showing
3 changed files
with
175 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a396e7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool, thank you!