Arduino Due audio distortion on second file played

Using the audio play sample code of Massimo Banzi and Scott Fitzgerald, I have duplicated the "file play section" with a 1 second wait in between the first and second play. Each time the Due plays the file (or any file) the audio output of the second play is distorted. What must be done in order to stop the audio output between "file plays" or close the routine before playing the next file? Or is there something else I am missing here?

Due Audio Test.txt (2.38 KB)

Any luck resolving this issue?

I have been having the same problem. See here for my details: http://forum.arduino.cc/index.php?topic=335703.0

It seems this issue is well-known. Has anyone found a solution yet?

I opened an issue in the github repo for the arduino Audio library: Distorted audio when repeatedly playing a file with a delay · Issue #1 · arduino-libraries/Audio · GitHub