Working with the Source Code
November 23, 2022 ยท View on GitHub
Prerequisites for running the Code
- Turn on stereo mix settings on windows if you want to fetch the PCs audio
- Install and add ffmpeg to your PATH
- Install CUDA to your system
- Install Python (Version 3.10) to your system
- Install Git to your system
- Git clone or download this repository
pip install -r requirements.txt -U(orinstall.bat)
_All examples in the documentation work. Only difference is running them using "python audioWhisper.py" instead of "audioWhisper\audioWhisper.exe".