Giter Club home page Giter Club logo

gametts's People

Contributors

danbmh avatar lexkoro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gametts's Issues

Unable to install

I got an error message while installing:

Error Installing GameTTS: Message = Die Verbindung mit dem Remoteserver kann nicht hergestellt werden.
bei System.Net.WebClient.DownloadFile(Uri address, String fileName)
bei System.Net.WebClient.DownloadFile(String address, String fileName)
bei GameTTS.Program.DownloadTTSModel(String url, String currentPath) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 35.
bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 132.

Error installing GameTTS Requirements

Had to redownload GameTTS. First time a few months ago worked fine, today on a new system when starting the .exe it immediately prompts this:

"Install GameTTS Requirements.
Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52.
bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126."

Is this an issue on my end or repo?

Add audio normalization

Currently the generated audio seems to be a thick to quit. I especially noticed it in the returning mod. :p

Add an option for audio normalization which will average the volume.

Cannot enter path in batch file

I wanted to convert a larger number of text lines. But since each text line must be in a different directory, I tried to enter a path in the CSV file.
But only filename is accepted.

It would be really good if you could specify a path there, that would save you the later time-consuming copying.

requirements.txt

Hi, what`s the problem here? Installation went through except for the following note. Thanks for help.

python : WARNING: You are using pip version 21.2.4; however, version 21.3 is available.
At C:\GameTTS\install.ps1:21 char:5

  • python -m pip install -r .\requirements.txt
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (WARNING: You ar...3 is available.:String) [], RemoteException
    • FullyQualifiedErrorId : NativeCommandError

You should consider upgrading via the 'C:\GameTTS.venv\Scripts\python.exe -m pip install --upgrade pip' command.

gruut 2.0: text_to_phonemes deprecated

Hey,

about 4 hours ago, gruut 2.0 was released. In this version text_to_phonemes cannot be found, 1.3.1 still works fine, you may want to adjust requirements.txt accordingly.

Greetings and thank you for this awesome and at times funny project :)

Won't open (1.1.5)

I installed it, but it dosent start. With Admin Rights and NET Core 3.1 Desktop Runtime installed.

List more dependencies

I tried to start the executable, but nothing happened. So i started the main.py from an environment, using the dependency list provided.

There were several more things required, before i could get the program to run.

-Installation of ffmpeg and adding it to PATH https://www.ffmpeg.org/download.html#build-windows
-Installation of Visual Studio Build Tools 2014 or newer (i think it was necessary for gruut) https://visualstudio.microsoft.com/visual-cpp-build-tools/
-I don't have edge and eel couldn't find chrome, so i had to add this to main.py:
import eel.browsers
eel.browsers.set_path('chrome', 'my/path/to/chrome.exe')
...
eel.start(page, mode="chrome", **eel_kwargs)

Now everything works.

PS: Do you have a discord account or similar, where one can write PMs? GitHub Issues is not really the right place.

Application won't syntheze

Hi guys,

I did the Game TTS instatlaoin as described, but it won't sythesize the text or file.
Python is installed with the instalation of the application. Can't find a missing command or file.
Is this issue known to anyone? Maybe I just to inexperienced with python.

Enable 44100 Hz upsampling

Use hifigan to upsample the VITS output to a higher sample rate. This will take more time to generate the output but the audio should sound more crisp. :)

Open Source properly

The pure intention of open source it to openly distribute the source
Why would you upload binaries onto a github repo?

Error

When I try to open, it says:

Install GameTTS Requirements.
Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52.
bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126.

Unable to launch

Unable to launch the GameTTS.exe just gives me this error under Win10

Install GameTTS Requirements. Error Installing GameTTS: Message = Das System kann die angegebene Datei nicht finden bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) bei System.Diagnostics.Process.Start() bei System.Diagnostics.Process.Start(ProcessStartInfo startInfo) bei GameTTS.Program.RunPythonScript(String python, String command) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 52. bei GameTTS.Program.Main(String[] args) in C:\Users\Alex\source\repos\GameTTS-Dev\GameTTS-Dev\Program.cs:Zeile 126.

Linux and Terminal Version

We were able to "convert" the code to run from other python scripts. This worked without any issues on Windows 10. However trying it on Linux it does not work at all. Is there any way to make it work on Linux and a (properly) terminal callable version?

Possible mistake in install.ps1

You might have made a mistake in the install.ps1 in the commit 82c230c "Update install.ps1 " line 14

in this line you wrote:
virtualenv .venv
which makes the installation fail. After replacing it with the original:
python -m virtualenv .venv
from before the script worked flawlessly.

You might want to revert this specific change.

More languages

Hi we are working on TTS for new languages and on voice cloning. I see that you are contributor of coqui. Can you help us commercially?
Can we contact you by email or other methods?

Application launches without UI

The application launches without the UI shown in the readme.

The only windows opening up are these two browser instances:

grafik

Kann das Programm nicht öffnen

Wenn ich das Programm öffne, kommt ein kurzes Vorschaubild was GameTTS: Text to Speech zeigt, und ein paar Sekunden später schließt es sich wieder und nichts passiert. Ich freue mich für Hilfe. lg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.