Stop any currently playing text-to-speech audio
Scanned 5/27/2026
Install via CLI
openskills install malob/nix-config---
description: Stop any currently playing text-to-speech audio
allowed-tools: Bash
---
Stop any currently playing TTS audio:
```bash
killall say 2>/dev/null || true
```
Confirm the audio has been stopped.
No comments yet. Be the first to comment!