Rename example file

This commit is contained in:
Vuizur 2023-01-04 20:12:07 +01:00
parent 31c33f9fa2
commit 3bc7f728c3
2 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ In addition, it is required to use `--pitch=-10Hz` instead of `--pitch -10Hz` ot
It is possible to use the `edge-tts` module directly from Python. For a list of example applications: It is possible to use the `edge-tts` module directly from Python. For a list of example applications:
* https://github.com/rany2/edge-tts/blob/master/examples/input_example.py * https://github.com/rany2/edge-tts/blob/master/examples/example.py
* https://github.com/rany2/edge-tts/blob/master/src/edge_tts/util.py * https://github.com/rany2/edge-tts/blob/master/src/edge_tts/util.py
* https://github.com/rany2/edge-srt-to-speech/blob/master/src/edge_srt_to_speech/__main__.py * https://github.com/rany2/edge-srt-to-speech/blob/master/src/edge_srt_to_speech/__main__.py
* https://github.com/hasscc/hass-edge-tts/blob/main/custom_components/edge_tts/tts.py * https://github.com/hasscc/hass-edge-tts/blob/main/custom_components/edge_tts/tts.py

0
examples/input_example.py → examples/example.py Executable file → Normal file
View File