updata index tts

This commit is contained in:
jhqxxx
2026-02-14 15:52:30 +08:00
parent 7c832e0ce8
commit 2c34fc2d79
40 changed files with 2602 additions and 540 deletions
+2 -2
View File
@@ -85,7 +85,7 @@ cargo build --release --features ffmpeg
```bash
# Install build dependencies
sudo apt-get update
sudo apt-get install -y build-essential pkg-config git clang
sudo apt-get install -y build-essential pkg-config git clang cmake
# For FFmpeg feature
sudo apt-get install -y ffmpeg libavutil-dev libavcodec-dev \
@@ -166,7 +166,7 @@ cargo build --release
# Follow Linux instructions inside WSL2
wsl
sudo apt-get update
sudo apt-get install -y build-essential pkg-config git clang
sudo apt-get install -y build-essential pkg-config git clang cmake
```
## Feature Flags