cgyuan / tauri-tts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 55.7%Language:Vue 39.8%Language:Rust 2.4%Language:CSS 1.1%Language:HTML 1.0%