Skip to content

Commit 4b2f61f

Browse files
committed
docs: example for --mp3
1 parent 1412abb commit 4b2f61f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ Status: GA
116116
$ aspeak -t "Hello, world!" -o output.wav
117117
```
118118

119+
If you prefer mp3, you can use `--mp3` option.
120+
121+
```sh
122+
$ aspeak -t "Hello, world!" -o output.mp3 --mp3
123+
```
124+
119125
#### Read text from file and speak it.
120126

121127
```sh

0 commit comments

Comments
 (0)