scottgchin / delta5_race_timer

Multi-node video transmitter race timer for drone racing
MIT License
159 stars 62 forks source link

Add buttons for speaking pilot phonetic-names on Settings page #66

Closed ethomas997 closed 6 years ago

ethomas997 commented 6 years ago

This adds "speak" buttons to the pilot entries on the Setting page so the pilot phonetic-names can be played for testing. (This is a PR for the "feature-voice" branch.)

I ended up adding a 'speak()' function to the Settings page, so now there is one there and in the Race page. I don't know if there's a good way to include a common copy of the 'speak()' function that both pages can use.

--ET