Podlive / podlive-macos

Never miss a live streaming podcast!
https://podlive.io
48 stars 3 forks source link

Use custom Podlive notification sound when a livestream starts #8

Closed funkenstrahlen closed 5 years ago

funkenstrahlen commented 6 years ago

Currently Podlive does play the macOS default notification sound. However on iOS there will be a custom notification sound for Podlive starting with the release of Podlive 3.0. The backend server already supports the new notification sound now. The notifications contains quite-impressed.caf as a key for the sound file.

phranck commented 6 years ago

@funkenstrahlen Can you please attach the sound file to this issue, so we can use the same on both platforms. Thanks! (-:

funkenstrahlen commented 6 years ago

I can not upload audio files to Github issues. This is the source: https://notificationsounds.com/notification-sounds/quite-impressed-565

Has to be converted to .caf: afconvert quite-impressed.m4r.m4a quite-impressed.caf -d ima4 -f caff -v

phranck commented 6 years ago

Really? You don't see this? Thank's for the link btw. 😊

screenshot 2018-03-15 at 20 48 59
funkenstrahlen commented 6 years ago

Of course I see that. However audio file types are not allowed.

phranck commented 6 years ago

When I read the code for PFPush correctly there is nothing to do but adding this sound file to the project, and everything should work?

funkenstrahlen commented 6 years ago

When I read the code for PFPush correctly there is nothing to do but adding this sound file to the project, and everything should work?

Yes!

phranck commented 6 years ago

Cool. Then I'm done. (-:

phranck commented 6 years ago

Doesn't seems to work as expected. Needs investigation.

phranck commented 5 years ago

I will close this issue. After some more investigations I can conclude that a custom notification sound isn't possible for macOS.