final
This commit is contained in:
parent
7ab5658b1b
commit
4cf1137ca3
@ -7,6 +7,6 @@ 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. \
|
||||
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="Test",
|
||||
file_path=".\\output\\Test.wav")
|
@ -106,5 +106,6 @@ Install-MsBuildTools
|
||||
Install-CUDA
|
||||
Install-PyTorch
|
||||
Install-Coqui
|
||||
Write-Output "Setup finished."
|
||||
Write-Output "To generate dialogue type:\n 1] Scripts\Activate.ps1\n 2] py GenerateDialogue.py."
|
||||
mkdir output
|
||||
Write-Output "Setup finished. Please restart your machine before first startup."
|
||||
Write-Output "To generate dialogue type in PS terminal in VoiceGenerator directory:`n 1] .\Scripts\Activate.ps1`n 2] py GenerateDialogue.py."
|
||||
|
Loading…
Reference in New Issue
Block a user