Some kind of stethoscope for learning how the OS behaves. Based on The Sounds of Interrupts by Nicolás Wolovick.
This code was only tried in Python 3.7.
First, install system libraries to run the code.
apt install python3.7-dev portaudio19-dev
Then, install python dependencies
pip install -r requirements.txt
Go to the repo's root and run:
python tsoi --help