ResponsiveVoice Examples

Learn how to use @responsivevoice/core with these examples

Browser Examples

Basic Usage Browser

Minimal text-to-speech example with speak, cancel, and event handling.

Extended Usage Browser

Full-featured demo with voice selection, speech controls, and event logging.

Voice Selector Browser

Interactive voice browser with language filtering and preview.

Events & Callbacks Browser

Deep dive into event handling and speech progress tracking.

Node.js Examples

CLI Tool Node.js

Command-line TTS tool. Run with: npx tsx node/cli/index.ts

HTTP Server Node.js

REST API server for TTS. Run with: npx tsx node/server/index.ts

Framework Integrations

React Framework

React hooks and components for text-to-speech.

Vue Framework

Vue composables and components for TTS integration.

Svelte Framework

Svelte stores and actions for speech synthesis.