Addon request: Disable dialogue in arena

Could someone make an addon that unchecks the dialogue option in sound when entering an arena, and then enables it again if outside arena? The reason being is that I’m really tired of hearing the announcer sounds in the BfA arenas.

Much appreciated if possible to make such an addon; I know a few others who would like this as well.

Bump post.

Macro to toggle it on/off.

/run local k,v = "Sound_EnableDialog" v = C_CVar.GetCVar(k) C_CVar.SetCVar(k, 1 - v) print("Dialogue " .. (v == "1" and "Disabled" or "Enabled"))