add a docker compose test file which can be used to stream audio continuously
This commit is contained in:
@@ -536,7 +536,9 @@ if __name__ == "__main__":
|
||||
#config.transport='serial:/dev/serial/by-id/usb-SEGGER_J-Link_001057705357-if02,1000000,rtscts' # transport for nrf54l15dk
|
||||
#config.transport='serial:/dev/serial/by-id/usb-ZEPHYR_Zephyr_HCI_UART_sample_95A087EADB030B24-if00,115200,rtscts' #nrf52dongle hci_uart usb cdc
|
||||
#config.transport='usb:2fe3:000b' #nrf52dongle hci_usb # TODO: iso packet over usb not supported
|
||||
config.transport= 'auto'
|
||||
#config.transport= 'auto'
|
||||
config.transport='serial:/dev/ttyAMA2,1000000,rtscts' # transport for raspberry pi
|
||||
|
||||
|
||||
for big in config.bigs: # TODO: encrypted streams are not working
|
||||
#big.code = 'ff'*16 # returns hci/HCI_ENCRYPTION_MODE_NOT_ACCEPTABLE_ERROR
|
||||
@@ -555,7 +557,6 @@ if __name__ == "__main__":
|
||||
config.octets_per_frame = 40 # 32kbps@16kHz
|
||||
#config.debug = True
|
||||
|
||||
|
||||
run_async(
|
||||
broadcast(
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user