rename
This commit is contained in:
parent
66569515a6
commit
7ab5658b1b
@ -8,5 +8,5 @@ tts = TTS("tts_models/multilingual/multi-dataset/bark").to(device)
|
|||||||
tts.tts_to_file(text="Greetings Martin. This is a synthesized speech for future dialogues. \
|
tts.tts_to_file(text="Greetings Martin. This is a synthesized speech for future dialogues. \
|
||||||
As you can see [cough] I mean hear... Yes, hear with your own ears, the speech trained from 2min audio is indeed impressive.",
|
As you can see [cough] I mean hear... Yes, hear with your own ears, the speech trained from 2min audio is indeed impressive.",
|
||||||
voice_dir="..\\voices\\",
|
voice_dir="..\\voices\\",
|
||||||
speaker="Mortis",
|
speaker="Test",
|
||||||
file_path=".\\output\\Mortis.wav")
|
file_path=".\\output\\Test.wav")
|
@ -107,4 +107,4 @@ Install-CUDA
|
|||||||
Install-PyTorch
|
Install-PyTorch
|
||||||
Install-Coqui
|
Install-Coqui
|
||||||
Write-Output "Setup finished."
|
Write-Output "Setup finished."
|
||||||
Write-Output "To generate dialogue type:\n 1] Scripts\Activate.ps1\n 2] python GenerateDialogue.py."
|
Write-Output "To generate dialogue type:\n 1] Scripts\Activate.ps1\n 2] py GenerateDialogue.py."
|
Loading…
Reference in New Issue
Block a user