KunalBagaria / rustyvibes

A Rust CLI that makes mechanical keyboard sound effects on every key press
https://github.com/kunalbagaria/rustyvibes
MIT License
208 stars 26 forks source link

Debounce keystrokes so we don't keep playing on held down keys #14

Closed binarybana closed 2 years ago

binarybana commented 2 years ago

Later, I want to actually split the audio file into the downward key press and the release, and then play them separately, but this will at least prevent repeated sounds while holding down a key.