(no title)
arach | 1 month ago
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "afplay -v 0.40 /System/Library/Sounds/Morse.aiff"
}]}],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "afplay -v 0.35 /System/Library/Sounds/Ping.aiff"
}]}]
These are nice but it's even nicer when Claude is talking when it needs your attentionEasy to implement -> can talk to ElevenLabs or OpenAI and it's a pretty delightful experience
hmartin|1 month ago
``` "hooks": { "Notification": [ { "hooks": [ { "type": "command", "command": "jq '.message' | say" } ] } ] } ```
arach|1 month ago
https://hooked.arach.dev/ and https://speakeasy.arach.dev/ - it's a fun setup
davely|1 month ago
https://github.com/daveschumaker/homebrew-claude-sounds
arach|1 month ago
That way you can stay comfortably in the free plan with awesome voice messages
I have a different voice for my laptop compared to my main computer and can also pick per project
alkh|1 month ago