Minor fixes to the README

This commit is contained in:
rany
2022-01-29 20:15:37 +02:00
parent eb4c2a4400
commit 43ee535752
2 changed files with 6 additions and 5 deletions

View File

@@ -6,11 +6,11 @@
To install it, run the following command:
pip install edge-tts
$ pip install edge-tts
If you only want to use the `edge-tts` and `edge-playback` commands, it would be better to use pipx:
pipx install edge-tts
$ pipx install edge-tts
## Usage
@@ -83,7 +83,8 @@ It would be easiest to do the following:
1. Create a file called `custom_ssml.xml` with the above content.
2. Run the following command:
$ edge-tts --custom-ssml --file custom_ssml.xml > amazing.mp3
$ edge-tts --custom-ssml --file custom_ssml.xml > amazing.mp3
3. Voila!
### Changing pitch, rate, volume, etc.
@@ -104,4 +105,4 @@ In addition, it is required to use `--pitch=-10Hz` instead of `--pitch -10Hz` ot
## Python module
It is possible to use the `edge-tts` module directly from Python. The `examples` directory contains a few examples of how to use it.
It is possible to use the `edge-tts` module directly from Python. The `examples` directory contains a few examples of how to use it.

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 4.0.2
version = 4.0.3
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS