Successfully making siri speaking with simple script work in sioyek. #863
peterjumper
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using terminal command say to do so.
Firstly making sure downloaded siri voice
siri.py :
I put siri in sioyek (pip3 install location)
/Users/username/.pyenv/versions/3.11.4/lib/python3.11/site-packages/sioyek/siri.py
pref.conf :
new_command _siri arch -arm64 python3 -m sioyek.siri "%{line_text}"
new_command _siri2 arch -arm64 python3 -m sioyek.siri "%{selected_text}"
key:conf :
_siri;move_visual_mark_down
_siri2
Bug: Can only used in terminal based sioyek ( for mac user , I link application sioyek into my local bin path)
Drawback :
Cann't stop the sound once it is activated
Beta Was this translation helpful? Give feedback.
All reactions