Logo by DALL-E, edited by Zetaphor. Application and README written in collaboration with GPT-4
SysTone is a software project that creates an auditory representation of your computer's performance. It plays oscillating tones where the frequency and modulation are influenced by the CPU's current load, reminiscent of the sounds made by older, mechanically noisier computers.
Systone.Demo.mp4
To run SysTone, you need to have Python installed on your system. Additionally, you must install the necessary dependencies listed in requirements.txt
.
- Clone this repository or download the source code.
- Install the required Python packages:
pip install -r requirements.txt
To start SysTone, run the main Python script:
python SysTone.py
The script will start playing an oscillating tone, modulated based on your CPU load. You can terminate the program by pressing Ctrl+C
.
- Python 3.x
- Numpy
- PyAudio
- Psutil
MIT License