Make a beep sound

Have a look at the list of Kodi built in functions.

To send one, use xbmc-send from a bash script. For example:

xbmc-send -a 'Notification("Message header","Message Body")'
1 Like