TTS

Look up @you/tts invocation examples, the local omnivoice resource, and the parent Packaged Factory Reference definition.

@you/tts

Converts requested text into speech with a local omnivoice model worker.

Invocation examples

Pass the text to speak as a positional argument, on stdin, or through a text-oriented heredoc. The packaged MODEL_INVOKE TTS operation binds that text input to the local omnivoice worker.

Positional text

you run --named @you/tts "Read this sentence aloud."

Stdin text

echo "Read this sentence aloud." | you run --named @you/tts

Heredoc text

you run --named @you/tts <<'EOF'
Welcome to the release briefing.
EOF

Local model resource

tts uses a capacity-1 local omnivoice model resource (omnivoice-cache / ON_DEMAND local backend).

Complete definition

The generated Packaged Factory Reference keeps the unabridged factory.json for this package.

Deterministic replay

Inspect a full-mode deterministic work-graph replay for the packaged tts recording: timeline scrubber, topology, and work progress.

Timeline

Tick 0 of 3

History mode

Selected tick 0

Work progress

Total 0

No work progress yet.