Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Minim AudioPlayer .play()'s corruption of sample end

$
0
0

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.


Viewing all articles
Browse latest Browse all 2896

Trending Articles