WandererOU / aframe-keyboard

An Aframe component that renders a fully functional 3D keyboard, that works on mobile, desktop browers, and VR headsets!
https://wandererou.github.io/aframe-keyboard/examples/basic/index.html
MIT License
29 stars 19 forks source link

[Help Wanted] Add option to play a default (and configurable) sound when keyboard event triggers #6

Open avasconcelos114 opened 4 years ago

avasconcelos114 commented 4 years ago

Description:
Each time the a-keyboard-update event gets triggered, an keypress sound play depending on whether or not the audio option is set to true

Example keyboard sound: https://freesound.org/people/thegreatrazz/sounds/332459/

Outcome

TheSpecialist4 commented 4 years ago

I can take this up for #hacktoberfest!

avasconcelos114 commented 4 years ago

Thank you for stepping up :)

Let me know if you need anything for complete this

You can check out the examples to see how things are implemented so far