Michael Hansen

Results 401 comments of Michael Hansen

This should be working in more recent versions of HA (2022.2 or later). Can you provide an example in Italian for me to test?

Hi @PeterSprague, thanks for trying out Larynx :slightly_smiling_face: Can you post an example of your SSML? I can't seem to reproduce the issue on my machine. Maybe I have something...

OK, I see what's happening now. The command-line interface for Larynx is line-based -- it assumes each line is an individual utterance. If you remove the newline characters, it should...

No, I'm suggesting something like this as a workaround: ```sh tr < Yakusoku-6_attacker_detail_TTS-SSML-Espeak.txt '\n' ' ' | bin/larynx --ssml -v en-us ``` If the input all goes on one line...

What sorts of SSML tags do you think would be most useful?

Fixed the `--ssml` input mode in Larynx 1.1 (it now reads the entire input). Regarding prosody, I can control the rate and volume with GlowTTS (Larynx's TTS model), but pitch...

I could build a separate version based on the NVIDIA image. I wasn't aware you could enable GPU access in HA. Is that a separate config.yaml option?

This has been added in Larynx 1.0 via the `` SSML tag! It currently only works between sentences, however. There are two ways to make use of it: 1. Use...

Liason looks like it's going to be fairly complex to implement correctly. I'm leaving this link here for future me: https://github.com/juliacarbajal/french_phonologizer/blob/master/phonologize.py

Gruut can do syntax analysis using [python-crfsuite](https://python-crfsuite.readthedocs.io/en/latest/). I trained a model for French today on the French [Universal Dependencies](https://universaldependencies.org/) treebank, and it seems to work quite well. Here's the result...