Voice Mode
Drop-in voice mode for any site.
Live Demo
The microphone button below is the actual Voice Mode SDK component. Click it to record, and watch the magic happen.
Chat_Bot_v1.0
SYSTEM READY...
USE MICROPHONE OR KEYBOARD
Integration
1. Drop the SDK
Simply wrap your app with MemorecoProvider and drop in the Voice Mode component.
2. Customize
Adapts to your design system. Control colors, shapes, and behaviors with simple props.
import { MemorecoProvider, VoiceMode } from "@memoreco/memoreco-js";
export function App({ tokenProvider }) {
return (
<MemorecoProvider
config={{
tokenProvider,
voiceMode: { transcriptionMode: "streaming" },
}}
>
<VoiceMode
onTranscriptionComplete={(result) => {
console.log(result.text);
}}
/>
</MemorecoProvider>
);
}Perfect For
AI Image Gen
Dictate complex prompts naturally. "A sunset over mountains" instead of typing it out.
Vibe Coding
"Make the button red and centered." Speed up rapid prototyping with voice.
Support Tools
Customers speak - prompt enhancement + moderation polish every word before the team reads it.