I dont reeally know what is that Program.. but whenever you get the WAV whit your voice, Convert it to .ogg and see the code snypets.. jeje It looks like these in the Description.ext
class CfgSounds
{
sounds[]={speech1};
class speech1
{
name="Whatever you want to see in the editor";
sound[] = {\sound\speech1.ogg, db+5, 1.0};
titles[]={};
};
};