Skip to content

Instantly share code, notes, and snippets.

View nevertoday's full-sized avatar
🦧
On vacation

Jack nevertoday

🦧
On vacation
View GitHub Profile
@limboinf
limboinf / tts.popclipextz
Created August 6, 2024 03:39
edge-tts playback popclip extention.
#popclip
name: tts
icon: iconify:ri:speak-line
interpreter: /bin/sh
shell script: |
/path/to/edge-playback --rate="${POPCLIP_OPTION_RATE:-+20%}" --voice "${POPCLIP_OPTION_VOICE:-zh-CN-XiaoxiaoNeural}" --text "$POPCLIP_TEXT"
options:
- identifier: rate
label: Rate (default +20%)
type: string