Arduino Audio Tools (Music Player, Music Recorder supporting I2S, Microphones, DAC, ADC, A2DP, Url, MP3, AAC, AudioKit, ES8388)
Go to file
Phil Schatzmann 7367d2d8a9 I2S
2021-04-29 11:52:46 +02:00
examples I2S 2021-04-29 11:52:46 +02:00
sandbox I2S 2021-04-29 11:52:46 +02:00
src I2S 2021-04-29 11:52:46 +02:00
.DS_Store I2S 2021-04-29 11:52:46 +02:00
Doxyfile Documentation 2021-04-28 08:15:39 +02:00
library.properties examples - correct compile errors 2021-04-28 11:01:34 +02:00
License.txt I2S 2021-04-29 11:52:46 +02:00
README.md I2S 2021-04-29 11:52:46 +02:00

Arduino Audio Tools

Some basic C++ classes that can be used for Audio Processing privided as Arduino Library

  • Additinal Stream implementations: MemoryStream, UrlStream [ESP32 only]
  • a simple I2S class (to read and write to the internal I2S) [ESP32 only]
  • a simple ADC class (to read analog data with the help of I2S) [ESP32 only]
  • Converters
  • Musical Notes (with Frequencies of notes)
  • SineWaveGenerator (to generate some sine tone)
  • NBuffer (Multi buffer for writing and reading of (sound) data)
  • TimerAlarmRepeating (e.g. for sampling sound data using exact times) [ESP32 only]
  • A Wav Encoder and Decoder

This functionality provides the glue which makes different sound processing components and libraries work together. We also provide plenty of examples that demonstrate how to implement the different scenarios.

Optional Libraries

  • SD Library
  • A2DP Library
  • arduino-fdk-aac
  • ESP8266Audio

Examples

All examples can be found in the examples folder

Installation

You can download the library as zip and call include Library -> zip library. Or you can git clone this project into the Arduino libraries folder e.g. with

cd  ~/Documents/Arduino/libraries
git clone pschatzmann/arduino-sound-tools.git

Documentation

Here is the generated Class documentation

Project Status

This is currently work in progress:

| Functionality | Status |----------------------------------- | Analog input - ADC | tested | I2S | tested | Files | open | Streams | open | WAV encoding/deconding | open
| AAC encoding/deconding | open
| int24_t | open