nealey / vail

Internet morse code (cw) repeater
16 stars 5 forks source link

Telegraph relay sounds #22

Closed nealey closed 2 years ago

nealey commented 3 years ago

A user requested telegraph relay sounds. You know, like at the train station at Disneyland.

This would be awesome, and super easy to implement. I just need to track down a source for these sounds, set a tunable, and then modify the code to play the sounds instead of turning the buzzer on and off.

nealey commented 2 years ago

I have added some public domain telegraph sounds. Next steps: use Audio(url) to create playback objects, and then invoke a.play() instead of tone start, and b.play() instead of tone end.

This will be a fun feature :)

nealey commented 2 years ago

This will roll into production with the next push.