We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ee1a9 commit e044eb5Copy full SHA for e044eb5
README.md
@@ -4,7 +4,7 @@
4
5
## Key Features
6
7
-You can convert text to speech (tts) and play it from the command line:
+You can convert text to speech (tts) and, for example, play it from the command line:
8
9
```sh
10
$ export OPENAI_KEY="$(grep 'OPENAI_KEY' .env | cut -d= -f2)"
@@ -33,6 +33,7 @@ or via [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall):
33
cargo binstall trf
34
```
35
36
+For a list of supported providers, see the table in the [transformrs](https://github.com/rikhuijzer/transformrs) README.
37
38
## More Examples
39
0 commit comments