You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-40Lines changed: 32 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,40 @@ In this project I finally implemented some clean and simple C++ classes. This __
7
7
8
8
The goal of this project is to provide an __easy API to configure different audio codec chips__. After setting up the codec, you can use the I2S functionality provided by your microcontroller.
9
9
10
-
Supported audio codec chips are e.g
10
+
While you can use this library stand alone, I recommend to use it together with my [AudioTools](https://github.com/pschatzmann/arduino-audio-tools) project which provides a nice integration with it's [I2SCodecStream](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_i2_s_codec_stream.html) class. Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audio-driver/wiki).
11
11
12
-
- AC101
13
-
- ES8388
14
-
- ES8311
15
-
- CS43l22
16
-
- ES7243
17
-
- etc
12
+
## Drivers and Boards
18
13
19
-
While you can use this library stand alone, I recommend to use it together with my [AudioTools](https://github.com/pschatzmann/arduino-audio-tools) project which provides a nice integration with it's [I2SCodecStream](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_i2_s_codec_stream.html) class. Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audio-driver/wiki).
14
+
This library privides the following drivers:
15
+
16
+
- AudioDriverAC101
17
+
- AudioDriverAD1938
18
+
- AudioDriverCS42448
19
+
- AudioDriverCS43l22
20
+
- AudioDriverES7210
21
+
- AudioDriverES7243
22
+
- AudioDriverES7243e
23
+
- AudioDriverES8156
24
+
- AudioDriverES8311
25
+
- AudioDriverES8374
26
+
- AudioDriverES8388
27
+
- AudioDriverLyratMini
28
+
- AudioDriverPCM3168
29
+
- AudioDriverWM8960
30
+
- AudioDriverWM8978
31
+
- AudioDriverWM8994
32
+
33
+
And it supports the following boards:
34
+
35
+
- AudioKitAC101
36
+
- AudioKitEs8388V1
37
+
- AudioKitEs8388V2
38
+
- GenericCS43l22
39
+
- GenericWM8960
40
+
- LyratMini
41
+
- LyratV42
42
+
- LyratV43
43
+
- NoBoard
20
44
21
45
## Logging
22
46
@@ -51,38 +75,6 @@ to enable others to understand and reproduce your issue.
51
75
52
76
Finally, __don't__ send me any e-mails or post questions on my personal website!
0 commit comments