Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 758 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 758 Bytes

Cpu To Your Ears

Plays the music to correspond to the CPU load.

Requires .NET Framework 4.6.1 and runs on Windows. This is a command line application.

  • To get all possible command line parameters, execute CpuToYourEars.exe /?
  • To connect to the CPU of your own machine, simply execute CpuToYourEars.exe
  • To connect to the CPU of another machine, execute CpuToYourEars.exe /m:MyMachine /dl:MyDomain\MyLogin, where MyMachine is the machine you want to connect to and MyDomain\MyLogin is your domain and login, for instance CompanyDomain\userName
The project uses Midi C# Toolkit by Leslie Sanford and ShellProgress by Britz.