Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 800 Bytes

File metadata and controls

20 lines (11 loc) · 800 Bytes

Noisy

Makes some annoying clicky noise on your keyboard

noisy takes inspiration from atom's mechanical keyboard package and dddpaul's go-evhandler.

It plays mechanical keyboard sounds (from http://www.freesfx.co.uk/) as you type. There are actually three samples.

Install with go get github.com/jeromenerf/noisy. Dependencies and samples are vendored in. It should be possible to configure it using spf13's viper.

As is, it requires mpg123 to play mp3 files.

On Debian, you need to be able to read from the input device /dev/input/event0 (YMMV), so my user belongs to the input group.

TODO:

  • add a defaut explicit config
  • configure player
  • log errors