How do you give a unit a different voice?

Replace the speaker name with one of the following in the description.ext:
  • "Adam"
  • "Dan"
  • "George"
  • "Greg"
  • "John"
  • "Jonah"
  • "Marc"
  • "Patrick"
  • "Paul"
  • "Peter"
  • "Rich"
  • "Rob"
class CfgIdentities {
   class John_Doe {
     name="John
     Bartholemew Doe";
     face="Face20";
     glasses="None";
     speaker="Dan";
     pitch=1.1;
   };
};