|
arduino-audio-tools
|
| ▼Arduino Audio Tools | A powerful audio library (not only) for Arduino |
| Basic | Basic Concepts |
| ▼Codecs | Audio Coder and Decoder |
| Decoder | Audio Decoder |
| Encoder | Audio Encoder |
| ▼Communications | Transmit Audio Please note that the standard Arduino WiFiClient and WifiServer (to use TCP/IP), Serial or BluetoothSerial are also supported. |
| FEC | Forward Error Correction |
| HLS | HTTP Live Streaming (HLS) |
| Http | Http client & server |
| RTSP | Real Time Streaming Protocol (RTSP) |
| SPI Audio | Serial Peripheral Interface (SPI) Audio |
| USB | USB Audio V 2.0 |
| Converting Streams | Stream classes which change the input or output |
| ▼DSP | Digital Signal Processing |
| AEC | Automatic Echo Cancellation |
| Effects | Audio Effects |
| Equalizer | Digital Equalizer |
| ▼FFT | Fast Fourier Transform |
| CMSIS | FFT using CMSIS |
| FFT-Window | FFT Window Functions |
| FixedFFT | FFT using fixedpoint-fft (https://github.com/pschatzmann/fixedpoint-fft) |
| KISS | FFT using KISS |
| Real | FFT using Real FFT |
| esp32-dsp | FFT using esp32 esp-dsp library |
| esp32-fft | FFT using esp32-fft |
| Filters | Digital Filters |
| Generators | Sound Generators |
| Volume | Volume Calculations |
| IO | Input/Output |
| ▼Machine Learning | Artificial Intelligence |
| TFLite | Tensorflow |
| ▼Metadata | Audio Metadata (Title, Author...) |
| ICY | Icecast/Shoutcast Metadata |
| ID3 | ID3 Metadata |
| Platform | Platform specific implementations. Do not use any of theses classes directly and use the related platform independent typedef instead: |
| Player | Audio Player |
| ▼Tools | Div Tools |
| Buffers | Different Buffer Implementations |
| Collections | Vector, List, Queue, Stack.. |
| Converters | Convert Audio You can add a converter as argument to the StreamCopy::copy() or better use is with a ConverterStream |
| Memory Management | Allocators and Memory Manager |
| Strings | Strings This framework is avoiding the use of Arduino Strings, so that we can use it easily also on other platforms! |
| Timers | Platform independent timer API |
| Video | Video playback |