Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 385 Bytes

File metadata and controls

35 lines (27 loc) · 385 Bytes

依赖安装指南

必需依赖

1. Edge TTS

npm install -g edge-tts
# 或者
pip install edge-tts

2. FFmpeg

# Ubuntu/Debian
sudo apt update
sudo apt install ffmpeg

# CentOS/RHEL/Fedora
sudo dnf install ffmpeg

# macOS
brew install ffmpeg

验证安装

验证 Edge TTS:

edge-tts --help

验证 FFmpeg:

ffmpeg -version