configs/music-normalize
exu 6716d5003b Implement handling of KeyboardInterrupt
This commit adds handling of KeyboardInterrupts. For this purpose, a
    signal handler is installed for all processes and a global variable
    that calls further cleanup steps. Because processes are used, each
    process receives the SIGINT. To properly stop and not just wait for
    something to handle the SIGINT, each process raises a custom
    `CleanupRequired` error and exits.
2024-06-07 20:45:01 +02:00
..
main.py Implement handling of KeyboardInterrupt 2024-06-07 20:45:01 +02:00
notes.md Initial commit 2022-10-03 19:58:45 +02:00
requirements.txt Complete rewrite with pyloudnorm 2024-03-24 12:57:59 +01:00
venv Add symlink for venv in repo root folder 2023-07-02 20:52:48 +02:00