Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Multi-voice Text to Speech setup (Linux)

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
3/29/2023 4:51:32 PMILrankrollmops before revert after revert
Before After
1 This is a great idea! I often miss chat messages and some people think I'm trolling or AFK. 1 This is a great idea! I often miss chat messages and some people think I'm trolling or AFK.
2 \n 2 \n
3 Problem is, I'm struggling to install larynx (on Ubuntu 22.04). 3 Problem is, I'm struggling to install larynx (on Ubuntu 22.04).
4 \n 4 \n
5 I tried installing .deb package, but larynx wouldn't run because it can't find modules, similar to [url=https://github.com/rhasspy/larynx/issues/25#issuecomment-1103010702]this issue[/url]. 5 I tried installing .deb package, but larynx wouldn't run because it can't find modules, similar to [url=https://github.com/rhasspy/larynx/issues/25#issuecomment-1103010702]this issue[/url].
6 \n 6 \n
7 Then I tried pip3 install, but both the command provided on larynx homepage, and simple "pip3 install larynx", installed v.0.5.0 instead of 1.1, so for example --ssml switch isn't recognized. 7 Then I tried pip3 install, but both the command provided on larynx homepage, and simple "pip3 install larynx", installed v.0.5.0 instead of 1.1, so for example --ssml switch isn't recognized.
8 \n 8 \n
9 Installing from source with setup.py also failed as there are many dependencies with hard-coded exact version numbers. 9 Installing from source with setup.py also failed as there are many dependencies with hard-coded exact version numbers.
10 \n 10 \n
11 Any ideas how to install it? 11 Any ideas how to install it?
12 \n
13 Edit: nvm, I installed [url=https://github.com/MycroftAI/mimic3]mimic3[/url] and it works out of the box, just need to adjust the widget a bit.