# Mimic TTS

![](https://3704056704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LocrEaSe-b3SJ4H87SC%2Fuploads%2FmpelVhfcbUgirgtK7k2Q%2FMimic3-intro-banner_v2.3.png?alt=media\&token=88c226ed-310a-42c8-8158-3143a292d0b1)

Over the years, Mimic like other Mycroft components has gotten clearer, faster, and more flexible.

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

<table><thead><tr><th width="153">Name</th><th width="150">Sample</th><th width="150">Local</th><th>Technology</th></tr></thead><tbody><tr><td><img src="https://mycroft.ai/wp-content/uploads/2017/02/mimic.png" alt="" data-size="line"> <a href="mimic-tts/mimic-overview">Mimic 1</a></td><td><a href="https://mycroft.ai/wp-content/uploads/2022/04/mimic1_pangram.wav">Mimic 1 sample</a></td><td>Yes</td><td><a href="http://www.festvox.org/flite">Festival Lite (flite)</a></td></tr><tr><td><img src="https://mycroft.ai/wp-content/uploads/2019/05/mimic2-logo.svg" alt="" data-size="line"> <a href="mimic-tts/mimic-2">Mimic 2</a></td><td><a href="https://mycroft.ai/wp-content/uploads/2022/04/mimic2_pangram.wav">Mimic 2 sample</a></td><td>No</td><td><a href="https://github.com/keithito/tacotron">Tacotron</a></td></tr><tr><td><img src="https://mycroft.ai/wp-content/uploads/2020/10/Mimic_color.png" alt="Mimic logo" data-size="line"> <a href="mimic-tts/mimic-3">Mimic 3</a></td><td><a href="https://mycroft.ai/wp-content/uploads/2022/04/mimic3_pangram.wav">Mimic 3 sample</a></td><td>Yes</td><td><a href="https://github.com/jaywalnut310/vits">VITS: Conditional Variational Autoencoder with Adversarial Learning</a></td></tr></tbody></table>

### COMING SOON: Mimic 3

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.

{% content-ref url="mimic-tts/mimic-3" %}
[mimic-3](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts/mimic-3)
{% endcontent-ref %}

### Mimic 2

Mimic 2 is our older machine learning TTS engine designed to run in the cloud. It has been the default voice for most installations of Mycroft for many years.

{% content-ref url="mimic-tts/mimic-2" %}
[mimic-2](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts/mimic-2)
{% endcontent-ref %}

### Mimic 1

Mimic 1 is a fast, light-weight TTS engine based on Carnegie Mellon University's FLITE software. It concatenates speech sounds to create complete phrases.

{% content-ref url="mimic-tts/mimic-overview" %}
[mimic-overview](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts/mimic-overview)
{% endcontent-ref %}

### Mimic Recording Studio

Mimic Recording Studio provides simplifies the collection of voice training data from individuals, by allowing you to speak and record phrases from a *corpus*. This data can then be used to train a voice model using Mimic 3, Mimic 2, or another machine learning TTS engine.

{% content-ref url="mimic-tts/mimic-recording-studio" %}
[mimic-recording-studio](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts/mimic-recording-studio)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mimic-tts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
