Pocket TTS

circle-info

Pocket TTS is an offline, CPU-based TTS engine developed by Kyutaiarrow-up-right. It supports English only and does not require a GPU to run.

Installation

There are two ways to install Pocket TTS: using UV (recommended) or PIP.

chevron-rightInstall via PIPhashtag

If you prefer to install Pocket TTS manually using PIP, follow these steps.

Step 1 - Install Pocket TTS

Open a terminal or command prompt and run:

pip install pocket-tts

Step 2 - Verify the Installation

Confirm the installation was successful by running:

pocket-tts --version

Step 3 - Run Pocket TTS

Once installed, start the Pocket TTS server with:

pocket-tts serve

Running the Pocket TTS Server

Once the server is running, you can access the web interface at:

http://localhost:8000

Integrating with VNTranslator

After the Pocket TTS server is running, follow these steps to connect it with VNTranslator:

  • Go to Settings -> Extensions -> Text to Speech

  • Scroll to the Pocket TTS settings section

  • Enter the Host and Port of your running Pocket TTS server. By default, these are already set to:

    • Host: http://localhost

    • Port: 8000

circle-exclamation

References