Skip to content

Commit

Permalink
docs: example for --mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed May 5, 2022
1 parent 1412abb commit 4b2f61f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ Status: GA
$ aspeak -t "Hello, world!" -o output.wav
```

If you prefer mp3, you can use `--mp3` option.

```sh
$ aspeak -t "Hello, world!" -o output.mp3 --mp3
```

#### Read text from file and speak it.

```sh
Expand Down

0 comments on commit 4b2f61f

Please sign in to comment.