Is there an available vanilla or OBSE function to get the voice set used by an actor/NPC? I'm referring to the value given in the Race dialog under "Male Voice Race" and "Female Voice". The reason I'd rather use that than GetRace() is because I'd like to make some non-dialog sounds match (even if only very loosely) with the existing voices for both vanilla and most custom races. Since most custom races use the default race voices, it seems obtaining the value for an NPC's race voice is the best way to do matching while supporting a majority of custom races. I searched the vanilla and OBSE function lists for terms like speech, voice, sound and race and found nothing applicable.
Thank you.