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.
You can find the downloads in the Release section or you can build it yourself by downloading the source code.
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
This project depends on Miniaudio, Rang and Flags libraries.