First time working with audio in python, found many examples where you can listen/stream microphone, but with a lot of googling, can't find how can I listen just my computers output audio.
The idea is to listen audio stream for comparing the sounds to wav. files, so if a specific sound is heard by the program, it prints it out. For easy example: facebook message arrives, the program compares the sound to wave file and prints "Facebook message audio heard".