import ddf.minim.AudioOutput;
981160Dec 20 2012 — edited Feb 27 2013Hi,
I have some sample code that I am trying to compile that includes the import statement
import ddf.minim.AudioOutput;
I get the error import ddf cannot be resolved.
From looking at the documentation, it looks like ddf is a part of Java.
I think that there is a .jar file I need to add to my project. However, I am unable to determine which one.
Please help.
PJ