guino / BazzDoorbell

125 stars 22 forks source link

Customizing doorbell sounds #7

Open jilleb opened 3 years ago

jilleb commented 3 years ago

Not a bug or issue, but I didn't want to keep anyone from this info, would be cool to add it to a wiki with additional doorbell tweaks or something like that.

It's fairly simple to change your doorbell sounds. I added the following line to custom.sh, just before telnetd is started and ppsapp is restarted.

cp /mnt/mmc01/smb_pause.wav /home/sound/dingdong.wav

This will copy the file smb_pause.wav to the file that's played when someone pressed the doorbell. But you can't take just any WAV-file, because it will sound like aliens have invaded your house.

Looking at the original doorbell WAV file, it's PCMs16 LE, mono, 8000Hz, 16 bits per sample. image

If you don't have the tools to save or convert your WAV-file, you can use this website that does it for you: https://www.3cx.com/docs/converting-wav-file/

Enjoy!

lesleyvanrijn commented 3 years ago

Nice, was looking into this yesterday. Especially to mute the boot sound (had a few reboots two days ago in the middle of the night, and i could hear the boot sound two floors up. But testing the sounds only warning.wav and dingdong.wav would work on my Macbook.

Edit: A little joke for the dutchies over here. Will use this as my doorbell for a while, haha! Ik moest kloppen want de bel doet het niet

jilleb commented 3 years ago

Brilliant!

BytheWWW commented 3 years ago

Nice, was looking into this yesterday. Especially to mute the boot sound (had a few reboots two days ago in the middle of the night, and i could hear the boot sound two floors up. But testing the sounds only warning.wav and dingdong.wav would work on my Macbook.

Edit: A little joke for the dutchies over here. Will use this as my doorbell for a while, haha! Ik moest kloppen want de bel doet het niet

Mwoaaaa Geertje

gielie commented 3 years ago

Brilliant, I used this one. https://www.pacdv.com/sounds/voices/open-the-goddamn-door.wav

Nigel1992 commented 2 years ago

@jilleb I added this to the wiki. Great job!