I've added alias support via a json file in the sounds directory. I was going to try and use TOML and then use the viper thing, but I didn't love the format of the lookup in that case (iterating through all of the possible values, or storing aliases in a alias -> target format).
I've added alias support via a json file in the sounds directory. I was going to try and use TOML and then use the viper thing, but I didn't love the format of the lookup in that case (iterating through all of the possible values, or storing aliases in a alias -> target format).