mirror of
https://github.com/torlando-tech/pyxis.git
synced 2026-06-07 08:01:41 +00:00
c1af11d75e
- Add ES7210 I2C address and I2S mic capture pin definitions - Add ring/hangup tone helpers to Tone library - Add lxst_audio library scaffold - Add Codec2 dependency to platformio.ini Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
287 B
JSON
13 lines
287 B
JSON
{
|
|
"name": "lxst_audio",
|
|
"version": "0.1.0",
|
|
"description": "LXST real-time voice streaming for ESP32-S3 T-Deck Plus",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32",
|
|
"dependencies": {
|
|
"Wire": "*",
|
|
"tdeck_ui": "*",
|
|
"tone": "*"
|
|
}
|
|
}
|