Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.24 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.24 KB

Earraper

CMake Codacy Badge

This app simply boosts your microphone so it sounds like earrape. You might want to use a software like Virtual Audio Cable to send the output to an input device.

Download

You can find the downloads in the Release section or you can build it yourself by downloading the source code.

Usage

You can simply run the binary file and press Enter to boost your microphone. Pressing Enter again will stop boosting your microphone. There are also some options you can change:

  • boost: The boost level
  • playback: The playback device
  • recording: The recording device

For example you can run the app like this:

Earraper --boost=60 --playback=1 --recording=2

Dependencies

This project depends on Miniaudio, Rang and Flags libraries.