11 lines
285 B
Markdown
11 lines
285 B
Markdown
# Prerequisites
|
|
sudo apt install liblc3-tools
|
|
|
|
use python3.9
|
|
pip install piper-tts soundfile librosa pyserial pytest
|
|
|
|
# Piper update voices
|
|
piper --update-voices -m en_US-lessac-medium
|
|
|
|
# TODO:
|
|
- investigate using a pipeline instead of writing to intermediate files to gain performance |