Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ools into main
  • Loading branch information
pschatzmann committed Dec 15, 2021
2 parents fb4f00e + 6ac71dc commit b4bba55
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/examples-audiokit/basic-a2dp-audiokit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ You dont need to bother about any wires because everything is on one nice board.

## Dependencies

You need to install the following libraries:

- https://github.com/pschatzmann/arduino-audio-tools
- https://github.com/pschatzmann/ESP32-A2DP
- https://github.com/pschatzmann/arduino-audiokit
3 changes: 3 additions & 0 deletions examples/examples-audiokit/player-sd-audiokit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The log level has been set to Info to help you to identify any problems. Please

## Dependencies

You need to install the following libraries:

- https://github.com/pschatzmann/arduino-audio-tools
- https://github.com/pschatzmann/arduino-libhelix
- https://github.com/greiman/SdFat
- https://github.com/pschatzmann/arduino-audiokit
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ I also demonstrate how to assign your own actions to the buttons of the audio ki

- https://github.com/pschatzmann/arduino-audio-tools
- https://github.com/pschatzmann/arduino-libhelix
- https://github.com/pschatzmann/arduino-audiokit
7 changes: 7 additions & 0 deletions examples/examples-audiokit/streams-audiokit-csv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
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.

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

### Dependencies

You need to install the following libraries:

- https://github.com/pschatzmann/arduino-audio-tools
- https://github.com/pschatzmann/arduino-audiokit
10 changes: 10 additions & 0 deletions examples/examples-audiokit/streams-flite-audiokit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ The output goes to a ‘AI Thinker Audio Kit’.

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

### Dependencies

You need to install the following libraries:

- [Arduino Audio Tolls](https://github.com/pschatzmann/arduino-audio-tools)
- [AudioKit](https://github.com/pschatzmann/arduino-audiokit)
- [FLITE](https://github.com/pschatzmann/arduino-flite)



3 changes: 2 additions & 1 deletion examples/examples-audiokit/streams-pins-audiokit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ You just need to define you __handler methods__ (button1, button2...) and assign

You need to install the following libraries:

- [FLITE](https://github.com/pschatzmann/arduino-flite)
- [Arduino Audio Tolls](https://github.com/pschatzmann/arduino-audio-tools)
- [AudioKit](https://github.com/pschatzmann/arduino-audiokit)
- [FLITE](https://github.com/pschatzmann/arduino-flite)

0 comments on commit b4bba55

Please sign in to comment.