Skip to main content
Module

x/swissKnife/mod.ts>speak

Deno Swiss Knife tools
Go to Latest
variable speak
import { speak } from "https://deno.land/x/swissKnife@1.1/mod.ts";

Speak a text using default configuration.

type

(text: string, options?: SpeakOptions) => Promise<number>