Difference between revisions of "Sound notifications"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* [[Alerts and notifications]]
 
* [[Alerts and notifications]]
 
* <code>[[bip]]</code> [[shell alias]]
 
* <code>[[bip]]</code> [[shell alias]]
 +
* [[Voice]]
  
 
== See also ==
 
== See also ==

Revision as of 10:36, 28 January 2024

  • 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

See also

Advertising: