write comment

This commit is contained in:
john 2025-09-11 11:50:14 +02:00
parent b3990ae6b9
commit d0fd9bb5a1

View file

@ -8,6 +8,8 @@ parse_voice() {
local query="$1" chosen
[[ -n "$query" ]] || { echo "voice query required" >&2; exit 2; }
# list all of the voice ids in the voices.json index
# and then fuzzily find the best match for the input voice model
chosen=$(
jq -r --arg root "$voices_dir" '
to_entries