Skip to content

Commit

Permalink
Minor fixes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rany2 committed Jan 29, 2022
1 parent eb4c2a4 commit 43ee535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 4.0.2
version = 4.0.3
author = rany
author_email = [email protected]
description = Microsoft Edge's TTS
Expand Down

0 comments on commit 43ee535

Please sign in to comment.