/tauri-tts

Primary LanguageTypeScript

Tauri-TTS is a text-to-speech tool that seamlessly converts text content into audio files. With support for both Edge-TTS and OpenAI-TTS conversion engines, Tauri-TTS offers a simplify user-friendly interface for generating audio outputs from text.

Getting Started

  1. Clone the repository:

    git clone https://github.com/cgyuan/tauri-tts.git
    
  2. Install dependencies:

    npm install
    
  3. Run the project:

    npm run tauri dev
    

Usage

  1. Enter the text content you want to convert
  2. Select the conversion engine (Edge-TTS or OpenAI-TTS)
  3. Click the convert button to generate the audio file