Tasmota/lib/lib_audio/ESP8266SAM/library.json

24 lines
690 B
JSON

{
"name": "ESP8266SAM",
"description": "Speech synthesizer SAM ported to ESP8266/ESP32/RP2040",
"keywords": "ESP8266, ESP32, RP2040, Speecn Synthesis, SAM",
"authors": [
{
"name": "Earle F. Philhower, III",
"email": "earlephilhower@yahoo.com",
"url": "https://github.com/earlephilhower/ESP8266SAM",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/earlephilhower/ESP8266SAM"
},
"version": "1.0.1",
"homepage": "https://github.com/earlephilhower/ESP8266SAM",
"frameworks": "Arduino",
"examples": [
"examples/*/*.ino"
]
}