Carregando…
Carregando…
Carregando…Wrapper mínimo da Web Speech API: `speak(options)`, `cancel()`, lista de vozes e flag `speaking`. SSR-safe.
useSpeechSynthesis — Web Speech API
Web Speech API não suportada neste browser.
$ npx kikitocn add use-speech-synthesisimport { useSpeechSynthesis } from "@/components/ui/cn/use-speech-synthesis/useSpeechSynthesis";
export function useSpeechSynthesisExample() {
return (
<useSpeechSynthesis />
);
}