diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-09-15 23:58:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-09-15 23:58:29 +0530 |
| commit | 8719ec65106731191a99238eaf841d003d574a2a (patch) | |
| tree | df5a3a59abbd8f02a46107eb09d6925705fcf352 /modules/newsboat.home/opener.sh | |
| parent | 57c592ac541c8837981a3dc0c2a12b3ba8a4fbe7 (diff) | |
| download | nixos-config-8719ec65106731191a99238eaf841d003d574a2a.tar.gz nixos-config-8719ec65106731191a99238eaf841d003d574a2a.zip | |
RSS feed changes
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); |
