This mod is supposed to mute all of the cloaker's dialogue. I actually do quite like the cloaker's lines, but I'm making a mod that replaces him with a model that doesn't quite make sense for the vanilla voice so I made this to help with that. Also contains a bat script to automate muting other characters.
for %%f in("regular_vox\*.stream")do (
copy "Aempty.stream""%%f"
)