Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
D34G authored Mar 31, 2021
1 parent 7998968 commit 010f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In the Player.ino file you will see an example that covers all relevant function
== Why another library? ==
IMO, AudioZero (the library which is reffered to most often for newer Arduino's) absolutely sucks. It's not maintained well and some pretty important bugs have not been addressed in years.

I found AloyseTech's library and thought this is perfect, almost. Sdfat (as of Ver 2.0.5) doesn't play well with the Nano 33 IoT, so I changed the SD card driver to SD.h. I added some good controls for Class D amplifiers that are commonly used. A few more changes to go and this library will be your go-to for wav file playback! +
I found AloyseTech's library and thought this is perfect, almost. Sdfat (as of Ver 2.0.5) doesn't play well with the Nano 33 IoT, so I changed the SD card driver to SD.h. I added some good controls for Class D amplifiers that are commonly used. I recently added hardware volume control through integration of the MCP4XXX library which controls a digital potentiometer. A few more changes to go and this library will be your go-to for wav file playback! +
----
To-Do:
o Add stereo playback (need help with this one)
Expand Down

0 comments on commit 010f838

Please sign in to comment.