Skip to content

Commit b4bba55

Browse files
committed
2 parents fb4f00e + 6ac71dc commit b4bba55

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

examples/examples-audiokit/basic-a2dp-audiokit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ You dont need to bother about any wires because everything is on one nice board.
1010

1111
## Dependencies
1212

13+
You need to install the following libraries:
14+
1315
- https://github.com/pschatzmann/arduino-audio-tools
1416
- https://github.com/pschatzmann/ESP32-A2DP
17+
- https://github.com/pschatzmann/arduino-audiokit

examples/examples-audiokit/player-sd-audiokit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The log level has been set to Info to help you to identify any problems. Please
1313

1414
## Dependencies
1515

16+
You need to install the following libraries:
17+
1618
- https://github.com/pschatzmann/arduino-audio-tools
1719
- https://github.com/pschatzmann/arduino-libhelix
1820
- https://github.com/greiman/SdFat
21+
- https://github.com/pschatzmann/arduino-audiokit

examples/examples-audiokit/player-url_icy-audiokit/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ I also demonstrate how to assign your own actions to the buttons of the audio ki
1818

1919
- https://github.com/pschatzmann/arduino-audio-tools
2020
- https://github.com/pschatzmann/arduino-libhelix
21+
- https://github.com/pschatzmann/arduino-audiokit

examples/examples-audiokit/streams-audiokit-csv/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@
66
We implement a AudioKit source: We stream the sound input which we read in from the I2S interface and display it on the Arduino Serial Plotter.
77

88
<img src="https://pschatzmann.github.io/arduino-audio-tools/resources/audio-toolkit.png" alt="Audio Kit" />
9+
10+
### Dependencies
11+
12+
You need to install the following libraries:
13+
14+
- https://github.com/pschatzmann/arduino-audio-tools
15+
- https://github.com/pschatzmann/arduino-audiokit

examples/examples-audiokit/streams-flite-audiokit/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ The output goes to a ‘AI Thinker Audio Kit’.
77

88
<img src="https://pschatzmann.github.io/arduino-audio-tools/resources/audio-toolkit.png" alt="Audio Kit" />
99

10+
### Dependencies
11+
12+
You need to install the following libraries:
13+
14+
- [Arduino Audio Tolls](https://github.com/pschatzmann/arduino-audio-tools)
15+
- [AudioKit](https://github.com/pschatzmann/arduino-audiokit)
16+
- [FLITE](https://github.com/pschatzmann/arduino-flite)
17+
18+
19+

examples/examples-audiokit/streams-pins-audiokit/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ You just need to define you __handler methods__ (button1, button2...) and assign
1212

1313
You need to install the following libraries:
1414

15-
- [FLITE](https://github.com/pschatzmann/arduino-flite)
1615
- [Arduino Audio Tolls](https://github.com/pschatzmann/arduino-audio-tools)
16+
- [AudioKit](https://github.com/pschatzmann/arduino-audiokit)
17+
- [FLITE](https://github.com/pschatzmann/arduino-flite)
1718

0 commit comments

Comments
 (0)