> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/how-to-connect-a-voicebot-with-a-phone-number/what-is-required-for-the-on-premise-implementation/what-hardware-do-you-need-for-text-2-speech-tts-system.md).

# What hardware do you need for text-2-speech (TTS) system?

During a Text-2-Speech synthesis, most computations are performed using the graphics (GPU) card. However, attaching additional GPU cards to hardware does not increase the speed of synthesis. Therefore, InteliWISE recommends the use of Nvidia RTX 2080Ti.

The CPU has a smaller impact on the mentioned computations.

![](https://lh3.googleusercontent.com/fi8bB0dCbK3eBIzGPkX1XlAQJq8zpuobfCiOPUH3o0FQDgWUNQ_EazazzU4fxHydQzbFcUJ6bZdCwgYVMicb2L8U6lUEPiJyKdjHquAcBQyGYaoD2D_m1kQoJbgM_CQYaLr3E6l6)

#### In below table you may find our declaration of synthesis speed per CPU.

| **CPU**                                                      | **Declared amount of parallel synthesis channels with audio stream / GPU card** |
| ------------------------------------------------------------ | :-----------------------------------------------------------------------------: |
| <p><strong>Intel(R) Xeon(R) Gold 6126 CPU @ 2.60GHz</strong> |                                                                                 |

</p><p></p>  |                                      **6**                                      |
| <p><strong>Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz</strong>                                                                </p><p></p> |                                      **8**                                      |


---

# 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://help.inteliwise.com/how-to-connect-a-voicebot-with-a-phone-number/what-is-required-for-the-on-premise-implementation/what-hardware-do-you-need-for-text-2-speech-tts-system.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.
