Skip to content

Commit

Permalink
docs(cli): Update --engine option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eheikes committed Sep 15, 2024
1 parent 3b40edc commit 3b15528
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/tts-cli/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,16 @@ $ tts test.txt test.mp3 --service gcp --email starting-account-kjd6bvn58@alert-v

Specifies the voice engine to use for generating the speech.

* `standard` -- uses concatenative synthesis
* `neural` -- uses a neural network
* `generative` -- Uses generative AI
* `long-form` -- uses generative AI designed for longer content

```
$ tts test.txt test.mp3 --engine neural
```

See the [AWS documentation](https://docs.aws.amazon.com/polly/latest/dg/NTTS-main.html) for the available engines.
See the [AWS documentation](https://docs.aws.amazon.com/polly/latest/dg/voice-engines-polly.html) for the available engines.

## `--ffmpeg`

Expand Down

0 comments on commit 3b15528

Please sign in to comment.