An open API service indexing awesome lists of open source software.

https://github.com/elevenlabs/elevenlabs-examples


https://github.com/elevenlabs/elevenlabs-examples

dubbing elevenlabs text-to-speech

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        



ElevenLabs Examples



This collection of demos and projects showcases the ElevenLabs API and how you can start building next generation AI audio apps with it. Whether you're looking to integrate text-to-speech into your website, create dubbed content, or explore advanced conversational applications, you'll find valuable resources here.

## 🚀 Featured Projects

### Conversational AI Demos
These projects offer practical examples of building real-time, voice-driven applications with rich interactivity.

### Text-to-Speech (TTS) Demos
- **Standard TTS Demo**: A straightforward implementation of our core TTS functionality.
- **TTS WebSocket Demo with Latency Measurement**: Explore real-time text-to-speech with performance metrics.

### Native Mac App (Open Source)
A fully open-source native Mac application that brings ElevenLabs to your desktop. Written by Claude 3.5 and Cursor.

### Sound Effects Generation
Unleash your creativity with our sound effects generation demo. Create custom audio landscapes for your projects!

### AudioNative React Demo
Embed ElevenLabs' text-to-speech capabilities directly into your React-based websites. This demo shows you how to seamlessly integrate our technology for a native-like audio experience.

### Dubbing API Demo
Discover how to use our Dubbing API to create multilingual content effortlessly. Perfect for content creators and localization teams!

### Pronunciation Dictionaries
Learn how to work with pronunciation dictionaries to fine-tune the output of our voice models.

## 🛠 Getting Started

To get started with these examples:

1. Clone this repository
2. Navigate to the project you're interested in
3. Follow the project-specific README for setup instructions

For detailed API documentation and guides, visit our [Developer Docs](https://elevenlabs.io/docs/api-reference/getting-started).

## 🤝 Contributing

We welcome contributions from the community! Before you start:

1. Install the pre-commit hook:
```
pip install pre-commit
pre-commit install
```
2. Check out our [Contributing Guidelines](CONTRIBUTING.md) for more information on how to submit pull requests, report issues, and suggest improvements.

## 📚 Learn More

- [ElevenLabs Developer Docs](https://elevenlabs.io/docs/api-reference/getting-started)
- [API Reference](https://api.elevenlabs.io/docs)
- [ElevenLabs app](https://elevenlabs.io/)

## 📄 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---