Sound getSound(String name)

Source

Sound getSound(String name) {
  return _getResourceValue("Sound", name) as Sound;
}