From 0b4b5e30eb6cc5e8e3ddae936652d44d0479dc85 Mon Sep 17 00:00:00 2001 From: Markus Jellitsch Date: Tue, 7 Jan 2025 12:00:51 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0eb05b3..d0a399f 100644 --- a/README.md +++ b/README.md @@ -1 +1,18 @@ # le audio +This package shalle prove BLE client examples (LE Audio, ASHA, etc) for streaming Audio using Google Bumble. + +# Requirements +A HCI enabled BLE controller (e.g. nRF53 with hci_uart.hex) is required. + +# Install +''[git clone ](https://github.com/markusjellitsch/leaudio.git) +cd leaudio +pip install -e . +'' + +# Usage +run an client application for example: + +'' +unicast_client -p serial:COMXY -w path/to/wav/file/your_wav.wav -t COMPLETE_LOCAL_NAME +''