Sound notifications

From wikieduonline
(Redirected from Audio)
Jump to navigation Jump to search
  • tput bel: while true; do tput bel; sleep 1; done
paplay command
echo -e '\a'
printf '\7'

macOS

terminal-notifier -sound default -message "Your notification text!"

PowerShell

Write-Host -NoNewLine "`a"

Related[edit]

See also[edit]

Advertising: