Spotify Local Recoder
The main concept of the script is that we record the audio played on the main speaker and then save the files locally.
Note-1: The script runs only on Windows due to the usage of PyAudioWPatch and pywin32 packages.
Note-2: Only Spotify should be running.
Download the main.py file and install the packages listed in the requirements.txt.
pip install -r requirements.txtThe script will create an output directory where it runs.
python3 main.pyThe projects require Python 3 and the following libraries:
- PyAudioWPatch
- psutil
- PyAutoGUI