chore: update readme

This commit is contained in:
Ayo Ayco 2025-09-06 10:44:19 +02:00
parent 006847a85c
commit cb920badc9

View file

@ -15,6 +15,7 @@ This is especially useful for the days when I don't have the mental energy to go
## Features ## Features
1. Terminal-first user experience 1. Terminal-first user experience
1. Fully offline
1. Many realistic voices available 1. Many realistic voices available
1. Use any length of text 1. Use any length of text
1. Saved raw audio files in sensible chunks 1. Saved raw audio files in sensible chunks
@ -27,7 +28,7 @@ This is especially useful for the days when I don't have the mental energy to go
1. **Debian or Ubuntu** - This is currently only tested working on Debian or Ubuntu-based distros. 1. **Debian or Ubuntu** - This is currently only tested working on Debian or Ubuntu-based distros.
1. **espeak-ng and vlc** - The following are required packages aside from the python dependencies. `espeak-ng` is used under the hood as a fallback engine for English languages, and `libvlc` is used as the default audio player for the generated audio. 1. **espeak-ng and vlc** - The following are required packages aside from the python dependencies. `espeak-ng` is used under the hood as a fallback engine for English languages, and `libvlc` is used as the default audio player for the generated audio.
1. **Up to 55GB 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 55GB 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 ## Setup