# esp32-tts **Repository Path**: PaiBit/esp32-tts ## Basic Information - **Project Name**: esp32-tts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README components_esp32s3.lock 在 build 过程中会自动生成 sdkconfig.defaults 需要添加 CONFIG_SR_NSN_NSNET2=y CONFIG_SR_VADN_VADNET1_MEDIUM=y Cargo.toml 需要添加 [[package.metadata.esp-idf-sys.extra_components]] remote_component = { name = "espressif/esp-sr", version = "^2.0.0" } bindings_header = "components/esp_sr/bindgen.h" bindings_module = "esp_sr"