Skip to content

Releases: pschatzmann/arduino-audio-tools

Audio sketches in Linux, Windows and OS/X

24 Jul 19:43
Compare
Choose a tag to compare

You can also build and run your audio sketches in Linux, Windows and OS/X

PWM output for Rasperry Pico and ESP32

30 Jun 16:24
Compare
Choose a tag to compare
  • PWM output for Rasperry Pico and ESP32
  • a new Arduino based web client for the URLStream

WAV Server and TTS examples

22 Jun 12:18
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
First Prerelease Pre-release
Pre-release

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