diff --git a/VoiceGenerator/GenerateDialogue.py b/VoiceGenerator/GenerateDialogue.py index 2aa3117..2dde342 100644 --- a/VoiceGenerator/GenerateDialogue.py +++ b/VoiceGenerator/GenerateDialogue.py @@ -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. \ 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\\", - speaker="Mortis", - file_path=".\\output\\Mortis.wav") \ No newline at end of file + speaker="Test", + file_path=".\\output\\Test.wav") \ No newline at end of file diff --git a/VoiceGenerator/install.ps1 b/VoiceGenerator/Install.ps1 similarity index 99% rename from VoiceGenerator/install.ps1 rename to VoiceGenerator/Install.ps1 index 8ffa966..bb9868e 100644 --- a/VoiceGenerator/install.ps1 +++ b/VoiceGenerator/Install.ps1 @@ -107,4 +107,4 @@ Install-CUDA Install-PyTorch Install-Coqui 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."