mirror of https://github.com/arendst/Tasmota.git
28 lines
844 B
JSON
28 lines
844 B
JSON
{
|
|
"name": "ESP8266Audio",
|
|
"description": "Audio file format and I2S DAC library for ESP8266, ESP32, and Raspberry Pi Pico RP2040",
|
|
"keywords": "ESP8266, ESP32, MP3, AAC, WAV, MOD, FLAC, RTTTL, MIDI, I2S, DAC, Delta-Sigma, TTS",
|
|
"authors": [
|
|
{
|
|
"name": "Earle F. Philhower, III",
|
|
"email": "earlephilhower@yahoo.com",
|
|
"url": "https://github.com/earlephilhower/ESP8266Audio",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/earlephilhower/ESP8266Audio"
|
|
},
|
|
"version": "1.9.5",
|
|
"homepage": "https://github.com/earlephilhower/ESP8266Audio",
|
|
"frameworks": "Arduino",
|
|
"examples": [
|
|
"examples/*/*.ino"
|
|
],
|
|
"build": {
|
|
"includeDir": ".",
|
|
"flags": [ "-Wno-stringop-overread" ]
|
|
}
|
|
}
|