File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,23 @@ We also provide plenty of examples that demonstrate how to implement the differe
17
17
18
18
## Optional Libraries
19
19
20
+ Dependent on the example you might need to install some of the following libraries:
21
+
20
22
- [ ESP32-A2DP Library] ( https://github.com/pschatzmann/ESP32-A2DP )
21
23
- [ arduino-fdk-aac] ( https://github.com/pschatzmann/arduino-fdk-aac )
22
24
- [ ESP8266Audio] ( https://github.com/earlephilhower/ESP8266Audio )
23
25
- [ SD Library] ( https://www.arduino.cc/en/reference/SD )
24
26
25
- ## Examples
26
27
27
- All examples can be found in the [ examples folder] ( https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples )
28
+ # Examples
29
+
30
+ - [ adc-a2dp] ( examples/adc-a2dp ) - Stream Analog input to A2DP Bluetooth
31
+ - [ adc-serial] ( examples/adc-serial ) - Stream Analog input to Serial
32
+ - [ file_raw-a2dp] ( examples/file_raw-a2dp ) - Stream Row File from SD card to A2DP Bluetooth
33
+ - [ file_raw-serial] ( examples/file_raw-serial ) - Stream Raw File from SD card to Serial
34
+ - [ file_mp3-a2dp] ( examples/file_mp3-a2dp ) - Stream MP3 File from SD card to A2DP Bluetooth using the ESP8266Audio library
35
+ - [ i2s-a2dp] ( examples/i2s-a2dp ) - Stream I2S Input to A2DP Bluetooth
36
+ - [ i2s-serial] ( examples/i2s-serial ) - Stream I2S Input to Serial
28
37
29
38
30
39
## Installation
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments