Skip to content

Commit cac0604

Browse files
devops-subscriptionsgitbook-bot
authored andcommitted
GitBook: [#159] rename Mimic 3 slug
1 parent 454a79d commit cac0604

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
* [Adapt Tutorial](mycroft-technologies/adapt/adapt-tutorial.md)
129129
* [Lingua Franca](mycroft-technologies/lingua-franca.md)
130130
* [Mimic TTS](mycroft-technologies/mimic-tts/README.md)
131-
* [Mimic 3](mycroft-technologies/mimic-tts/coming-soon-mimic-3.md)
131+
* [Mimic 3](mycroft-technologies/mimic-tts/mimic-3.md)
132132
* [Mimic 2](mycroft-technologies/mimic-tts/mimic-2.md)
133133
* [Mimic 1](mycroft-technologies/mimic-overview/README.md)
134134
* [Mimic Recording Studio](mycroft-technologies/mimic-overview/mimic-recording-studio.md)

docs/mycroft-technologies/mimic-tts/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Over the years, Mimic like other Mycroft components has gotten clearer, faster,
1010

1111
You can hear samples from all three Mimic systems below, speaking the same [sentence](https://clagnut.com/blog/2380/#English\_phonetic\_pangrams).
1212

13-
| Name | Sample | Local | Technology |
14-
| --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------- |
15-
| <img src="https://mycroft.ai/wp-content/uploads/2017/02/mimic.png" alt="" data-size="line"> [Mimic 1](../mimic-overview/) | [Mimic 1 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic1\_pangram.wav) | Yes | [Festival Lite (flite)](http://www.festvox.org/flite) |
16-
| <img src="https://mycroft.ai/wp-content/uploads/2019/05/mimic2-logo.svg" alt="" data-size="line"> [Mimic 2](mimic-2.md) | [Mimic 2 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic2\_pangram.wav) | No | [Tacotron](https://github.com/keithito/tacotron) |
17-
| <img src="https://mycroft.ai/wp-content/uploads/2020/10/Mimic_color.png" alt="Mimic logo" data-size="line"> [Mimic 3](coming-soon-mimic-3.md) | [Mimic 3 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic3\_pangram.wav) | Yes | [VITS: Conditional Variational Autoencoder with Adversarial Learning](https://github.com/jaywalnut310/vits) |
13+
| Name | Sample | Local | Technology |
14+
| --------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----- | ----------------------------------------------------------------------------------------------------------- |
15+
| <img src="https://mycroft.ai/wp-content/uploads/2017/02/mimic.png" alt="" data-size="line"> [Mimic 1](../mimic-overview/) | [Mimic 1 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic1\_pangram.wav) | Yes | [Festival Lite (flite)](http://www.festvox.org/flite) |
16+
| <img src="https://mycroft.ai/wp-content/uploads/2019/05/mimic2-logo.svg" alt="" data-size="line"> [Mimic 2](mimic-2.md) | [Mimic 2 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic2\_pangram.wav) | No | [Tacotron](https://github.com/keithito/tacotron) |
17+
| <img src="https://mycroft.ai/wp-content/uploads/2020/10/Mimic_color.png" alt="Mimic logo" data-size="line"> [Mimic 3](mimic-3.md) | [Mimic 3 sample](https://mycroft.ai/wp-content/uploads/2022/04/mimic3\_pangram.wav) | Yes | [VITS: Conditional Variational Autoencoder with Adversarial Learning](https://github.com/jaywalnut310/vits) |
1818

1919
### COMING SOON: Mimic 3
2020

2121
Mimic 3 is a privacy-focused open-source neural Text to Speech (TTS) engine that can run faster than real-time on low-end devices like the Raspberry Pi 4. In human terms that means it sounds great, it can run completely offline or in the cloud, and you can verifiably trust it.
2222

23-
{% content-ref url="coming-soon-mimic-3.md" %}
24-
[coming-soon-mimic-3.md](coming-soon-mimic-3.md)
23+
{% content-ref url="mimic-3.md" %}
24+
[mimic-3.md](mimic-3.md)
2525
{% endcontent-ref %}
2626

2727
### Mimic 2

docs/mycroft-technologies/mimic-tts/coming-soon-mimic-3.md renamed to docs/mycroft-technologies/mimic-tts/mimic-3.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: A fast, privacy-focused, open-source, neural Text to Speech (TTS) e
66

77
Mimic 3 is a neural text to speech engine that can run locally, even on low-end hardware like the Raspberry Pi 4. It is the default text to speech engine on the [Mark II](https://mycroft.ai/product/mark-ii/).
88

9-
* [Install Mimic 3](coming-soon-mimic-3.md#installation)
9+
* [Install Mimic 3](mimic-3.md#installation)
1010
* [Listen to voice samples](https://mycroftai.github.io/mimic3-voices/)
11-
* [See example use cases](coming-soon-mimic-3.md#usage)
12-
* [Learn how it works](coming-soon-mimic-3.md#how-it-works)
11+
* [See example use cases](mimic-3.md#usage)
12+
* [Learn how it works](mimic-3.md#how-it-works)
1313

1414
## Installation
1515

@@ -20,15 +20,15 @@ Mimic 3 was designed to run on the Raspberry Pi 4 (64-bit OS), but will also run
2020
* `amd64`
2121
* AMD/Intel-based desktops/laptops
2222
* Tested:
23-
* Very fast on Ryzen 9 5950X, [RTF](coming-soon-mimic-3.md#real-time-factor) less than 0.05
23+
* Very fast on Ryzen 9 5950X, [RTF](mimic-3.md#real-time-factor) less than 0.05
2424
* `arm64`
2525
* Raspberry Pi 3/4 and Zero 2 with [64-bit Pi OS](https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/)
2626
* Tested:
27-
* Usable on Pi 4, [RTF](coming-soon-mimic-3.md#real-time-factor) around 0.5
27+
* Usable on Pi 4, [RTF](mimic-3.md#real-time-factor) around 0.5
2828
* `armv7l`
2929
* Raspberry Pi 1/2/3/4 and Zero 2 with 32-bit Pi OS
3030
* Tested:
31-
* Slow on Pi 3, [RTF](coming-soon-mimic-3.md#real-time-factor) around 1.3
31+
* Slow on Pi 3, [RTF](mimic-3.md#real-time-factor) around 1.3
3232

3333
#### Real-Time Factor
3434

@@ -188,9 +188,9 @@ Once installed, the following commands will be available in `.venv/bin`:
188188

189189
There are many ways to use Mimic 3, including:
190190

191-
* [From the command line](coming-soon-mimic-3.md#command-line-interface)
192-
* [As a web server](coming-soon-mimic-3.md#web-server)
193-
* [In a screen reader](coming-soon-mimic-3.md#speech-dispatcher)
191+
* [From the command line](mimic-3.md#command-line-interface)
192+
* [As a web server](mimic-3.md#web-server)
193+
* [In a screen reader](mimic-3.md#speech-dispatcher)
194194

195195
### Voice Keys
196196

@@ -200,7 +200,7 @@ Voices in Mimic 3 are keyed by a name with specific parts. These parts include t
200200

201201
The default voice is `en_UK/apope_low`
202202

203-
Voice models are automatically downloaded from [Github](https://github.com/MycroftAI/mimic3-voices) and stored in `${HOME}/.local/share/mycroft/mimic3` (technically `${XDG_DATA_HOME}/mycroft/mimic3`). You can also [manually download them](coming-soon-mimic-3.md#downloading-voices).
203+
Voice models are automatically downloaded from [Github](https://github.com/MycroftAI/mimic3-voices) and stored in `${HOME}/.local/share/mycroft/mimic3` (technically `${XDG_DATA_HOME}/mycroft/mimic3`). You can also [manually download them](mimic-3.md#downloading-voices).
204204

205205
### Command-Line Interface
206206

@@ -212,7 +212,7 @@ The `mimic3` command can be used to synthesize audio on the command line:
212212
mimic3 --voice <voice> "<text>" > output.wav
213213
```
214214

215-
where `<voice>` is a [voice key](coming-soon-mimic-3.md#voice-keys) like `en_UK/apope_low`. `<TEXT>` may contain multiple sentences, which will be combined in the final output WAV file. These can also be [split into separate WAV files](coming-soon-mimic-3.md#multiple-wav-output).
215+
where `<voice>` is a [voice key](mimic-3.md#voice-keys) like `en_UK/apope_low`. `<TEXT>` may contain multiple sentences, which will be combined in the final output WAV file. These can also be [split into separate WAV files](mimic-3.md#multiple-wav-output).
216216

217217
#### SSML
218218

@@ -274,7 +274,7 @@ The following SSML tags are supported:
274274
* `lang` - set language for sentence
275275
* `<w>` / `<token>` - word (disables automatic tokenization)
276276
* `<voice name="...">` - set voice of inner text
277-
* `voice` - [voice key](coming-soon-mimic-3.md#voice-keys)
277+
* `voice` - [voice key](mimic-3.md#voice-keys)
278278
* `<prosody attribute="value">` - change speaking attributes
279279
* Supported `attribute` names:
280280
* `volume` - speaking volume
@@ -431,9 +431,9 @@ See `mimic3-server --help` for more options.
431431
#### Endpoints
432432

433433
* `/api/tts`
434-
* `POST` text or [SSML](coming-soon-mimic-3.md#ssml) and receive WAV audio back
435-
* Use `?voice=` to select a different [voice/speaker](coming-soon-mimic-3.md#voice-keys)
436-
* Set `Content-Type` to `application/ssml+xml` (or use `?ssml=1`) for [SSML](coming-soon-mimic-3.md#ssml) input
434+
* `POST` text or [SSML](mimic-3.md#ssml) and receive WAV audio back
435+
* Use `?voice=` to select a different [voice/speaker](mimic-3.md#voice-keys)
436+
* Set `Content-Type` to `application/ssml+xml` (or use `?ssml=1`) for [SSML](mimic-3.md#ssml) input
437437
* `/api/voices`
438438
* Returns a JSON list of available voices
439439

@@ -461,13 +461,13 @@ See `mimic3 --help` for more options.
461461

462462
Use the Mimic 3 web server as a drop-in replacement for [MaryTTS](http://mary.dfki.de/), for example with [Home Assistant](https://www.home-assistant.io/integrations/marytts/).
463463

464-
Make sure to use a Mimic 3 [voice key](coming-soon-mimic-3.md#voice-keys) like `en_UK/apope_low` instead of a MaryTTS voice name.
464+
Make sure to use a Mimic 3 [voice key](mimic-3.md#voice-keys) like `en_UK/apope_low` instead of a MaryTTS voice name.
465465

466466
### Speech Dispatcher
467467

468468
Mimic 3 can be used with the [Orca screen reader](https://help.gnome.org/users/orca/stable/) for Linux via [speech-dispatcher](https://github.com/brailcom/speechd).
469469

470-
After [installing Mimic 3](coming-soon-mimic-3.md#installation), start the [web server](coming-soon-mimic-3.md#server). Next, make sure you have `speech-dispatcher` installed:
470+
After [installing Mimic 3](mimic-3.md#installation), start the [web server](mimic-3.md#server). Next, make sure you have `speech-dispatcher` installed:
471471

472472
```
473473
sudo apt-get install speech-dispatcher

0 commit comments

Comments
 (0)