TMRpcm

Arduino library for asynchronous playback of PCM/WAV files direct from SD card. Arduino Uno,Nano,Mega etc supported

Stars
590
Committers
7

Bot releases are hidden (Show)

TMRpcm - v1.3.6 Latest Release

Published by TMRh20 8 months ago

  • Fix a bunch of compiler warnings
  • Fix for SDFat recording
TMRpcm - v1.3.4

Published by TMRh20 about 1 year ago

What's Changed

  • Fix compilation warnings: Change 'filename' to 'const char*', 'datStr' from 'char*' to 'char [5]' by @brewmanz in https://github.com/TMRh20/TMRpcm/pull/193
  • Add speed control (see the Wiki)
  • Fix recording ADC reg issue with ADC registers not being returned to normal after recording
  • Fix link to SDFat library

New Contributors

Full Changelog: https://github.com/TMRh20/TMRpcm/compare/v1.2.4...v1.3.4

TMRpcm - v1.2.4

Published by TMRh20 about 1 year ago

Full Changelog: https://github.com/TMRh20/TMRpcm/compare/v1.2.3...v1.2.4

  • Update SDFat example
  • Add ability to use Flash Strings ( tmrpcm.play(F("myAudio.wav")); )
TMRpcm - TMRpcm v1.2.3

Published by TMRh20 almost 3 years ago

Fix for SdFat library compatibility

TMRpcm - TMRpcm v1.2

Published by TMRh20 over 3 years ago

Timer and recording fixes

TMRpcm - TMRpcm v1.1

Published by TMRh20 over 5 years ago

  • Set timing based on F_CPU
  • Adds sound samples
  • etc.
TMRpcm - TMRpcm v1.0

Published by TMRh20 about 9 years ago

Play WAV audio files from SD card using AVR (UNO,Nano,etc) based devices. See https://github.com/TMRh20/TMRpcm/wiki