this post was submitted on 23 Jun 2023
8 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1085 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That looks promising! Unfortunately, the client link sends me to an insecure site, which I have been taught is something I should avoid, so I don't know what that link it to since I don't go to it.
The stuff in the 2nd link looks good! But in-keeping with this community's purpose, I don't know what a docker is. If you don't mind, could you explain?
You do well not trusting insecure sites - i think the maintainers of marytts just misconfigured their server.
If you don't use it already, maybe you should skip it for now - it's a bit of a can of worms - but in simple terms docker is a technology that bundles a software program with all of the other software that application needs to run, such as an operating system, third-party software libraries, etc.
You could give espeak-ng a try. You can install it via mint's software manager. You can then run it from the terminal like so
The problem with espeak is that the voices are very, very robotic. You could try different voices by using the -v command (
espeak-ng -ven-us hello!
). You can also list available voices for a language like so:espeak-ng --voices=en
.That sounds fun to try out even if just for the experience. Thanks for your help :)
have fun!