Skip to content

jhonleoh/Eleven-Beta

Repository files navigation

ElevenLabs Voice Changer

A simple web application that allows you to convert text to lifelike speech using the ElevenLabs API.

Features

  • Convert text to speech using ElevenLabs API
  • Choose from multiple AI voices
  • Adjust speech speed
  • Listen to generated audio directly in the browser
  • Clean and responsive user interface

Technologies Used

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
  • ElevenLabs API

Getting Started

Prerequisites

  • Node.js 16.8 or later
  • Bun (recommended) or npm

Installation

  1. Clone this repository
  2. Install dependencies:
cd elevenlabs-voice-changer
bun install
  1. Start the development server:
bun run dev
  1. Open your browser and navigate to http://localhost:3000

Usage

  1. Select a voice from the dropdown menu
  2. Adjust the speech speed using the slider
  3. Enter the text you want to convert to speech
  4. Click the "Generate Audio" button
  5. Listen to the generated audio

Deployment

This project can be deployed on Netlify:

bun run build

License

This project is licensed under the MIT License.

Acknowledgements

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published