A2DP example: Codec selection based on file type

Currently support SBC and AAC
This commit is contained in:
Charlie Boutier
2025-02-26 15:46:34 -08:00
parent a88a034ce2
commit 7237619d3b
3 changed files with 159 additions and 52 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install ".[build,test,development]"
python -m pip install ".[build,examples,test,development]"
- name: Check
run: |
invoke project.pre-commit