From 9c90d07a06fc0f937d8534751164c68bf81946f7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 4 Sep 2025 20:54:58 +0200 Subject: [PATCH] chore: add advanced usages on readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3ac3d26..79468ee 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,22 @@ $ python tts.py "Hello there!" --voice asmr -s ``` +### Advanced usages + +The `--verbose` flag can be used to show more informative messages. + +```bash +$ python tts.py --verbose +``` + +The `--device` or `-d` flag can be used to set the desired device (i.e., processor) to use: + +```bash +$ python tts.py --device cpu # will use the cpu +$ python tts.py --device cuda # will use the NVIDIA GPU +$ python tts.py --device xpu # will use the Intel GPU +``` + ## Demo Outputs ### Voice: pro (ah_heart)