jerrod-lankford / google-voice-desktop-app

An electron shell wrapper around the google voice website
245 stars 36 forks source link

Implement audible alert for new SMS message(s) #138

Open cwilson1776 opened 1 year ago

cwilson1776 commented 1 year ago

This is a very basic approach to adding audible alerts for incoming SMS messages. It uses an invisible window with an \<audio\/> element to actually play the sound. Rather than implement a file selection window (and deal with access to local files) I added a small set of specific alert sounds and allow the user to select one on the settings page. Seems to work fine on both Windows and Linux; I am unable to test on Mac.