Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 272 Bytes
brew install libsodium

run

dokcker run -d -p 41402:41402 --name tts-engine-hub \
		--env-file .env \
		sucicada/tts-engine-hub:latest

选择python的原因: 因为语音处理的代码是直接从之前给 so-vits-svc 写的代码搬过来的