For anyone stuck in my shoes, here's what the description.ext file looks like for multiple sounds and songs
debriefing = 0
class CfgMusic
{
tracks[]={whorse,mattek};
class whorse
{
name = "whorse";
sound[] = {\music\whorse.ogg, db+0, 1.0};
};
class mattek
{
name = "mattek";
sound[] = {\music\mattek.ogg, db+0, 1.0};
};
};
class CfgSounds
{
sounds[]={scream,shooting};
class scream
{
name="scream";
sound[] = {\sound\scream.ogg, db+5, 1.0};
titles[]={};
};
class shooting
{
name="shooting";
sound[] = {\sound\shooting.ogg, db+5, 1.0};
titles[]={};
};
};