update dependencies
This commit is contained in:
Vendored
+1
-1
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user