Uno + Waveshield + Ping Sensor problem (audio won't play)

Yours:

  // look in the root directory and open the file
  if (!f.open(root, *name)) {

Original:

  // look in the root directory and open the file
  if (!f.open(root, name)) {