forked from auracaster/bumble_mirror
Compare commits
8 Commits
gbg/async-
...
gbg/update
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eeb9de31ed | ||
|
|
2c3af5b2bb | ||
|
|
8315a60f24 | ||
| 185d5fd577 | |||
|
|
ae5f9cf690 | ||
|
|
4b66a38fe6 | ||
|
|
f526f549ee | ||
|
|
8761129677 |
@@ -959,6 +959,10 @@ async def run_transmit(
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
for bis_link in big.bis_links:
|
||||||
|
await bis_link.setup_data_path(
|
||||||
|
direction=bis_link.Direction.HOST_TO_CONTROLLER
|
||||||
|
)
|
||||||
|
|
||||||
iso_queues = [
|
iso_queues = [
|
||||||
bumble.device.IsoPacketStream(big.bis_links[0], 64),
|
bumble.device.IsoPacketStream(big.bis_links[0], 64),
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ development = [
|
|||||||
]
|
]
|
||||||
avatar = [
|
avatar = [
|
||||||
"pandora-avatar == 0.0.10",
|
"pandora-avatar == 0.0.10",
|
||||||
"rootcanal == 1.10.0 ; python_version>='3.10'",
|
"rootcanal == 1.11.1 ; python_version>='3.10'",
|
||||||
]
|
]
|
||||||
pandora = ["bt-test-interfaces >= 0.0.6"]
|
pandora = ["bt-test-interfaces >= 0.0.6"]
|
||||||
documentation = [
|
documentation = [
|
||||||
@@ -66,7 +66,7 @@ documentation = [
|
|||||||
"mkdocstrings[python] >= 0.27.0",
|
"mkdocstrings[python] >= 0.27.0",
|
||||||
]
|
]
|
||||||
auracast = [
|
auracast = [
|
||||||
"lc3py ; python_version>='3.10' and platform_system=='Linux' and platform_machine=='x86_64'",
|
"lc3py >= 1.1.3; python_version>='3.10' and ((platform_system=='Linux' and platform_machine=='x86_64') or (platform_system=='Darwin' and platform_machine=='arm64'))",
|
||||||
"sounddevice >= 0.5.1",
|
"sounddevice >= 0.5.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user