Simple overlay for Windows, that listens for background sound and translates it to text thats displayed on the screen.
- Set your loopback device as default device
- Clone the repository
- Change
config.py
to your liking - Install the requirements
- Run
python -m app
For now it's only working on windows, but I'm planning to make it cross-platform.
You need a loopback device to make it work. Check out Loopback device setup for more info.
- Install VB-CABLE and Voicemeeter
- Set your default playback device to
CABLE Input (VB-Audio Virtual Cable)
and default recording device toVoiceMeeter Output
orCABLE output
- Run Voicemeeter and set your Hardware input device to
CABLE Output (VB-Audio Virtual Cable)
- Install cx_Freeze
- Run
build.sh
file - You can find the compiled executable in
build
folder