File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Some basic C++ classes that can be used for Audio Processing privided as Arduino Library
4
4
5
- - Additinal Stream implementations: MemoryStream, UrlStream [ ESP32 only]
5
+ - Additional Stream implementations: MemoryStream, UrlStream [ ESP32 only]
6
6
- a simple I2S class (to read and write to the internal I2S) [ ESP32 only]
7
7
- a simple ADC class (to read analog data with the help of I2S) [ ESP32 only]
8
8
- Converters
@@ -20,9 +20,9 @@ We also provide plenty of examples that demonstrate how to implement the differe
20
20
Dependent on the example you might need to install some of the following libraries:
21
21
22
22
- [ ESP32-A2DP Library] ( https://github.com/pschatzmann/ESP32-A2DP )
23
- - [ arduino-fdk-aac] ( https://github.com/pschatzmann/arduino-fdk-aac )
24
23
- [ ESP8266Audio] ( https://github.com/earlephilhower/ESP8266Audio )
25
24
- [ SD Library] ( https://www.arduino.cc/en/reference/SD )
25
+ - [ arduino-fdk-aac] ( https://github.com/pschatzmann/arduino-fdk-aac )
26
26
27
27
28
28
# Examples
You can’t perform that action at this time.
0 commit comments