diff options
Diffstat (limited to 'modules/newsboat.home/opener.sh')
| -rwxr-xr-x | modules/newsboat.home/opener.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/newsboat.home/opener.sh b/modules/newsboat.home/opener.sh index 5d0cbfc..162b32e 100755 --- a/modules/newsboat.home/opener.sh +++ b/modules/newsboat.home/opener.sh @@ -15,8 +15,10 @@ video() { image() { spawn feh -x -F --image-bg "#0f0c19" "$@"; } __tts() { + # https://huggingface.co/rhasspy/piper-voices/tree/main/en/en_US # local tts_model="en_US-ryan-high.onnx"; local tts_model="en_US-lessac-medium.onnx"; + # local tts_model="en_US-bryce-medium.onnx"; local tts_model_path="$HOME/.config/piper-models/$tts_model"; [ -f "$tts_model_path" ] || (echo "Model not found" && exit 1); |
