jariz / Noti

Receive Android notifications on your mac. (w/PushBullet) ⛺
MIT License
911 stars 63 forks source link

Notification sound is not the good sound #74

Open chakrademorue opened 6 years ago

chakrademorue commented 6 years ago

Hi,

I use Noti 0.3.1. I choosed "Submarine" sound for notification in Noti preferences. When I try to send a "test notifcation" from Pushbullet mobile app, it's ok, I have the "Submarine" sound for notifications. But when, I receive a SMS, I hear the "Glass" sound.

Is there a problem ?

Thanks a lot for your help.

jariz commented 6 years ago

Hmm. Good point, it appears I accidentally hardcoded the Glass sound. https://github.com/jariz/Noti/blob/9c878ebc193e0ab738a4b7238959c1ccd6bf2d8d/Noti/PushManager.swift#L391

Will fix soon.

hkamran80 commented 5 years ago

Could you make it so that users can choose custom sounds as well? macOS supports this feature, as shown here. It works by placing .AIFF files in the directory ~/Library/Sounds.

macOS will allow you to set this custom sound in System Preferences, but Noti does not.