From d1042393d56a6896b15ce931d0fc620226ffd950 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Wed, 26 Feb 2025 10:40:24 +0100 Subject: [PATCH] update dependencies --- .vscode/tasks.json | 2 +- auracast/multicast.py | 4 +++- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 9d813cc..fb1d702 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -6,7 +6,7 @@ { "label": "pip install -e bumble", "type": "shell", - "command": "pip install -e ../bumble --config-settings editable_mode=compat" + "command": "./venv/bin/python -m pip install -e ../bumble --config-settings editable_mode=compat" } ] } \ No newline at end of file diff --git a/auracast/multicast.py b/auracast/multicast.py index ca5a10d..87e1b3d 100644 --- a/auracast/multicast.py +++ b/auracast/multicast.py @@ -429,8 +429,10 @@ if __name__ == "__main__": #auracast_config.broadcast_es, #auracast_config.broadcast_it, ] - #for big in bigs: + #for big in bigs: # TODO. investigate this further # big.code = 'ff'*16 # returns hci/HCI_ENCRYPTION_MODE_NOT_ACCEPTABLE_ERROR + #big.code = '78 e5 dc f1 34 ab 42 bf c1 92 ef dd 3a fd 67 ae' + # 16kHz works reliably with 3 streams # 24kHz is only working with 2 streams - probably airtime constraint diff --git a/pyproject.toml b/pyproject.toml index 6e681cd..431e6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.1" requires-python = ">=3.8" dependencies = [ - "bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@e027bcb57a0f29c82e3c02c8bb8691dcb91eac62", + "bumble @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/bumble_mirror.git@12bcdb7770c0d57a094bc0a96cd52e701f97fece", "lc3 @ git+ssh://git@ssh.pstruebi.xyz:222/auracaster/liblc3.git@7558637303106c7ea971e7bb8cedf379d3e08bcc", "sounddevice", "aioconsole"