This commit is contained in:
Oleg Petruny 2024-12-13 17:21:21 +01:00
parent 7ab5658b1b
commit 4cf1137ca3
2 changed files with 4 additions and 3 deletions

View File

@ -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. \ 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="Test", speaker="Test",
file_path=".\\output\\Test.wav") file_path=".\\output\\Test.wav")

View File

@ -106,5 +106,6 @@ Install-MsBuildTools
Install-CUDA Install-CUDA
Install-PyTorch Install-PyTorch
Install-Coqui Install-Coqui
Write-Output "Setup finished." mkdir output
Write-Output "To generate dialogue type:\n 1] Scripts\Activate.ps1\n 2] py GenerateDialogue.py." 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."