chore: update readme headings

This commit is contained in:
ayo 2026-06-25 17:39:03 +02:00
parent 89532d624c
commit 4a1d2a9459

View file

@ -2,7 +2,7 @@
A simple machine learning text-to-speech program for your terminal. Hear text read aloud by realistic voices; from a file or your clipboard. A simple machine learning text-to-speech program for your terminal. Hear text read aloud by realistic voices; from a file or your clipboard.
## Motivation ## Why?
Text-to-speech is not always supported in many digital platforms out there. The quality is also not consistent. Text-to-speech is not always supported in many digital platforms out there. The quality is also not consistent.
@ -48,7 +48,7 @@ curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh
1. **Around 10GB of storage** - Because it is not yet packaged or compiled, the python dependencies and huggingface models are downloaded separately during the setup process into your machine. 1. **Around 10GB of storage** - Because it is not yet packaged or compiled, the python dependencies and huggingface models are downloaded separately during the setup process into your machine.
1. **Updated drivers for accelerators** - GPU accelerators make the program run faster, but you need to have updated drivers for your device that `PyTorch` requires. However, it will still run fine on CPUs, just slower (up to 2x longer or more). 1. **Updated drivers for accelerators** - GPU accelerators make the program run faster, but you need to have updated drivers for your device that `PyTorch` requires. However, it will still run fine on CPUs, just slower (up to 2x longer or more).
## Setup ## Development Setup
First, install the required packages `espeak-ng`, `vlc` and `xclip`. First, install the required packages `espeak-ng`, `vlc` and `xclip`.