Skip to content

Apis035/keyvibes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyvibes

A lightweight application to play fake keyboard typing sound.

Idea and keyboard sound from Mechvibes.

The main idea that driven me to create this is to have the same app but fast and lightwight in size and memory, compared to Mechvibes that packages a chromium browser and uses 200 MB of RAM just to play some sounds.

Todo/planned features

  • Command line options
  • Volume adjustment
  • Mouse click and scroll sound
  • Minimize to system tray
  • User custom soundpack
  • Split key press/release audio
  • Volume/pan/pitch randomizer for more sound variety

Building

Run build.bat.

Uses TCC to compile.

To use GCC, replace tcc in build.bat to gcc.

You can also use MSVC to compile.

Library

Uses BASS to play sound.