/esp8266-wavspiffs

Read WAV/RIFF audio files from the ESP8266 SPIFFS file system

Primary LanguageC++MIT LicenseMIT

ESP8266Wavspiffs

Read WAV/RIFF audio files. Parses header and returns properties. This is mostly designed for uncompressed PCM audio. The WAV files must be stored in the ESP8266 SPIFFS file system.

I didn't write the code, the original author used it as part of a cool project. Repackaged here for convenient reuse.