T-Echo Card audio support initial stages - codec2 attempts

This commit is contained in:
pelgraine
2026-05-07 05:47:18 +10:00
parent 4b734f1bac
commit 708b96e0e8
109 changed files with 87144 additions and 24 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "codec2_nrf52",
"version": "0.7.0",
"description": "Codec2 low-bitrate speech codec - stripped for nRF52840 (1200bps mode)",
"license": "LGPL-2.1",
"frameworks": "arduino",
"platforms": "*",
"build": {
"flags": "-DCODEC2_MODE_EN_DEFAULT"
}
}