Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

SimpleSDAudio

329 Byte hinzugefügt, 17:35, 7. Apr. 2015
/* It does not compile */
|Highly speed-optimized code (using Assembler for audio core)||X||-
|-
|Size Using size-optimized using minimal SD-FAT library||X||-
|-
|Universal SD library in the background supporting framentated fragmented files and many other uses||-||X
|-
|Stereo operation possible||X||X
|Quad speaker operation possible||X||X
|-
|Volume seting setting support||-||X
|}
So depending on your needs, try the library that best fit your needs. TMRpcm might be easier for beginners. Both libraries should work with the same connections. You can take the information about the connections from here and use the TMRpcm library with that.
 
You want even more, multi-channel audio playback, digital filters, mixers, DSP functions? Then take a look at the [http://www.pjrc.com/teensy/td_libs_Audio.html Teensy 3.1 Audio Library] using a serious (but still affordable) micro controller but still using the Arduino IDE.
= Download =
== It does not compile ==
* Are you using the latest version of Arduino IDE?
** SimpleSDAudio_V1.00 need at least V1.0.1 of Arduino IDE. It has been tested and works ok also under V1.6.1.
** SimpleSDAudio_V1.01 need at least V1.0 of Arduino IDE (remove complete block with !Serial from examples when using with Arduino IDE V1.0).
1.954
Bearbeitungen