Merspeakers is a student project created in one month for the HUG: Geneva University Hospitals.
Merspeakers.py is the core of the project, in Python, with french comments.
It is a software (with a GUI) made to control 4 speakers in parallel with "Focusrite Control", a proprietary software. It allows us to add plenty of sounds in the folder sounds which will be displayed, organised, and played in the app. The user can control the level and the balance of each sound. /!\ It only works using Windows 10
You can see a report in french on the project, and its usage in the hospitals, in the README's folder.
In its Github's form, the software isn't provided as an executable programm, but setup.py is made to help you create it using Cx_freeze. You can see an explanation step by step in the documentation.