Skip to content

Releases: pschatzmann/arduino-audio-tools

WAV Server and TTS examples

22 Jun 12:18

Choose a tag to compare

  • WAV Server with callback support
  • SAM speach engine example
  • Logging for Arduino implementation which do not support varargs
  • Documentation update

A2DP and Mozzi

08 May 08:40

Choose a tag to compare

A2DP and Mozzi Pre-release
Pre-release
  • Stream Support for A2DP
  • Integration of Mozzi Sound Generator

Stream Support

07 May 14:26

Choose a tag to compare

Stream Support Pre-release
Pre-release

All Stream scenarios are working now:

  • I2SStream
  • AnalogAudioStream
  • MemoryStream
  • UrlStream
  • A2DPStream
  • GeneratedSoundStream
  • AudioOutputWithCallback
  • CsvStream
  • and any other Arduino objects that support the Stream interface: Serial, File...

First Prerelease

02 May 19:53

Choose a tag to compare

First Prerelease Pre-release
Pre-release

The basic functionality is working.
Commit as basline for further changes