1
2
3
4
5
6
7
8
9
import { rime } from "https://esm.town/v/stevekrouse/rime";
// Text-to-speech via rime.ai
// Docs at https://rime.ai/docs/quickstart
// 👂 at https://stevekrouse-rimeExampleUI.express.val.run
export let rimeExample = rime({
text: "hello val town",
speaker: "young_female_latina-4",
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
October 23, 2023