Skip to content

Commit faaff93

Browse files
committed
README
1 parent c1f33fa commit faaff93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Some basic C++ classes that can be used for Audio Processing privided as Arduino Library
44

5-
- Additinal Stream implementations: MemoryStream, UrlStream [ESP32 only]
5+
- Additional Stream implementations: MemoryStream, UrlStream [ESP32 only]
66
- a simple I2S class (to read and write to the internal I2S) [ESP32 only]
77
- a simple ADC class (to read analog data with the help of I2S) [ESP32 only]
88
- Converters
@@ -20,9 +20,9 @@ We also provide plenty of examples that demonstrate how to implement the differe
2020
Dependent on the example you might need to install some of the following libraries:
2121

2222
- [ESP32-A2DP Library](https://github.com/pschatzmann/ESP32-A2DP)
23-
- [arduino-fdk-aac](https://github.com/pschatzmann/arduino-fdk-aac)
2423
- [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio)
2524
- [SD Library](https://www.arduino.cc/en/reference/SD)
25+
- [arduino-fdk-aac](https://github.com/pschatzmann/arduino-fdk-aac)
2626

2727

2828
# Examples

0 commit comments

Comments
 (0)