It's terrible, I love it. I also love that all the setup scripts are badly-written Perl scripts, and even some custom C code just to change the mixer rather than use alsactl. This is 1000% something I would have made years ago. edit Holy moly, the configs are CSV files.... that encode JSON?! And hey, Slack 15 is out! If they do a new release they won't need to release again for another 6 years!
They do appear to be badly written on purpose, like this "hotdog-aboutDrives.pl" one:
https://github.com/arthurchoung/HOTDOG/blob/master/hotdog-ab...
The entire script is this:
#!/usr/bin/perl
$str = `df`;
print $str;