Here, every attempt to play a sample using code like this:
import ddf.minim.*;
Minim minim;
AudioPlayer player;
minim = new Minim(this);
player = minim.loadFile("C:\\temp\\4.wav");
player.play();
suffers from truncation e.g. this source:

gives this result (recorded with WMCapture):

Any idea why I am getting this and (presumably) other users are not?
I have no such playback problem with any of the many other audio programs I use on the same computer, inc. GoldWave.
Java is Version 8 update 31, OS is Windows.