Random Voice Emote Macro

Hey all, I’ve been searching online for a while. I’d like a short and simple macro that will randomly play only VOICE emotes.

I have the following macro that will randomly choose from ALL emotes, but I want to only use the ones that include voice:

/run DoEmote(_G[“EMOTE”…random(170)…"_TOKEN"])

Any suggestions?

/run DoEmote(TextEmoteSpeechList[random(#TextEmoteSpeechList)])