Skip to content

Releases: pschatzmann/arduino-audio-tools

SPDIF Support

01 Feb 20:56
Compare
Choose a tag to compare
  • SPDIF output with the help of the SPDIFStream class
  • removed namespace definitions from all examples
  • fixed broken desktop build and execution

Bugfixes

29 Jan 13:04
Compare
Choose a tag to compare
  • Align with updated decoder libraries
  • Bugfixes AudioKit - handle pin conflicts
  • Bugfixes to make AudioEffects work again
  • All examples are compiling w/o errors
  • Correct broken local build on desktop
  • AudioActions support for touch buttons
  • new DecoderHelix class which supports dynamic MP3, AAC and WAV decoding

ESP32 AudioKit, AudioEffects, ICY Stream

15 Dec 08:30
Compare
Choose a tag to compare
  • Support for ESP32 Audiokit
  • AudioEffects
  • Support for ICY Streams
  • Support for APLL in ESP32 I2S
  • Error corrections for Metadata
  • Error corrections for the AudioPlayer

Audio Player & Decoders

03 Nov 08:08
Compare
Choose a tag to compare
  • Encoding and Decoding for MP3, AAC and WAV
  • Implementation of an easy to use AudioPlayer (with SD support, decoding, streaming and A2DP)
  • Div Error Corrections
  • Volume Control
  • Support for IDF 4

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