FreeRec is a screen + audio recorder. Allows your to screen in high quality with voice support. The purpose of this tool is to provide an open source alternative to the proprietary software for screen recording.
Make sure you have Python 3.8.6 (should work on higher versions but not tested)
Step 1: pip install -r requirements.txt
Step 2: pipwin install pyaudio
python FreeRec.py
To capture audio make sure to connect your mic and check the audio checkbutton, the file will be saved by default to the Videos folder in the same directory. You can change this by editing the config.py file present inside common directory.
Currently this tool is only available for Windows.