Skip to content

dataX-ai/voice-library-frontend

Repository files navigation

VoiceStudio

A desktop application that runs Text-To-Speech (TTS) models locally on your device, without requiring an internet connection or sending your data to external servers.

Installation

Check out our release page for the latest version of the application:

VoiceStudio Release Page

Description

This application allows you to run various Text-To-Speech models directly on your computer. It provides a simple interface to convert text to natural-sounding speech using state-of-the-art AI models while maintaining your privacy by processing everything locally.

Note

This repository contains only the UI part of the application. To update the container running the actual models, please refer to the VoiceStudio Models Library.

Local Setup

Prerequisites

Installation and Running

  1. Install dependencies:

    npm i
    
  2. Start the application:

    npm start
    
  3. To build the application:

    npm run make
    

Supported Models

Model Windows Ubuntu/Debian MacOS Link
hexgrad/Kokoro-82M Hugging Face

License

This project is licensed under the Apache License 2.0.

Acknowledgements

  • Hugging Face for hosting the models
  • All the model creators for their incredible work