> For the complete documentation index, see [llms.txt](https://frostember-studios.gitbook.io/frostspeech-tts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frostember-studios.gitbook.io/frostspeech-tts/getting-started/editor.md).

# Understanding the Generation Settings

Depending on the engine selected, different sliders will appear to fine-tune the output.

#### Universal Settings

* **Speed:** Controls the speaking rate. `1.0` is default. `0.5` is half speed, `2.0` is double speed.
* **Silence Scale:** Adjusts the duration of pauses generated by punctuation (commas, periods). Lower values make the speech feel more rushed or continuous.

#### Piper & VITS Specific

* **Noise Scale:** Controls the variance/randomness in the speaker's tone. Lower values (e.g., `0.333`) make the voice sound more monotonous and stable. Higher values (e.g., `0.667`) add more expressiveness but can sometimes introduce audio artifacts.
* **Noise W (Phoneme Duration):** Controls the variance in how long specific phonemes are held. `0.8` is the standard default.
* **Speaker ID:** Some models contain multiple voices (multi-speaker models). Changing this ID (e.g., `0`, `1`, `2`) switches the voice within the same model file.

#### ElevenLabs Specific

* **Stability:** Higher values make the voice more consistent but less emotional. Lower values allow for dynamic expression but might cause the AI to stutter or break character.
* **Similarity Boost:** Higher values ensure the output closely matches the original voice clone's timbre.
* **Style:** Introduces exaggerated stylistic acting. Can cost extra latency/credits.
* **Use Speaker Boost:** Enhances the similarity to the original voice, slightly increasing generation time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://frostember-studios.gitbook.io/frostspeech-tts/getting-started/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
