Created
May 21, 2025 02:47
-
-
Save paulocoutinhox/fcf43b814c5bc454b99af2f36034f39e to your computer and use it in GitHub Desktop.
Gerador de áudio usando Docker e Inteligência Artificial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm \ | |
--platform linux/amd64 \ | |
-v $(pwd):/app/shared \ | |
usrbinbrain/kokoro-tts-container \ | |
"NO princípio criou Deus os céus e a terra. E a terra era sem forma e vazia; e havia trevas sobre a face do abismo; e o Espírito de Deus se movia sobre a face das águas." \ | |
output.mp3 --voice pf_dora --speed 1.0 --lang pt-br |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment