Enno Hermann

Results 8 issues of Enno Hermann

Is it possible to save Praat images to png files (or pdf for that matter) from Parselmouth? Running the following script with `parselmouth.praat.run_file` creates the prapic file, but not the...

I usually use Emacs by starting a daemon that I leave running and then connect to it in graphical mode with `emacsclient -c`. This doesn't seem to work well with...

help wanted

It would be useful to check in tts_with_vc() whether the underlying model supports voice cloning directly and direct users to tts_to_file(..., speaker_wav="...") in that case to avoid issues like in...

wontfix

Fixes #3449, i.e. the following works again: ```python from TTS.api import TTS cloud = TTS(model_name="tts_models/de/thorsten/vits") # just to download the model _ = cloud.tts("test") # this works fine from TTS.utils.generic_utils...

### Describe the bug Synthesis from monolingual local models fails because of missing config attribute. ### To Reproduce ```python from TTS.api import TTS cloud = TTS(model_name="tts_models/de/thorsten/vits") # just to download...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

Seems trivial, all tests pass locally.