diff --git a/README.md b/README.md index 018135f..4acce0f 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +It is possible to use the `edge-tts` module directly from Python. The `examples` directory contains a few examples of how to use it. diff --git a/setup.cfg b/setup.cfg index 49b0077..9d83e01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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