# Mimic Recording Studio

Mimic Recording Studio is a Docker-based web application written in React, Flask , Gunicorn and back-ended on to sqlite.

Mimic Recording Studio provides simplifies the collection of voice training data from individuals, by allowing you to speak and record phrases from a *corpus*. The recordings can then be input into machine learning algorithms to produce a distinct voice for Mimic or other Text to Speech engines.

[You can download Mimic Recording studio on GitHub](https://github.com/MycroftAI/mimic-recording-studio).


---

# 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/mimic-recording-studio.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.
