I'm currently working on a large final year project.
The aim is to create a Sound Analyzer using Netbeans
and Java to create a GUI that can of firstly
displaying data in graph form loaded from a file, and
later to take an input from a microphone and display
that data. The sound data will be viewable in the
time and frequency domains using Fast Fourier
Transform.
I've looked at the other packages (JFree, MagPlot),
and am trying to decide which would be best suited.
MagPlot, is capable of dynamic charting, which would
be useful but not essential for when it comes to the
coding for the mic.
Problem is, I'm not great a Java and can't really tell
which is the best long term option because I'm moving
pretty slowly with it. I can't actually test MagPlot
because one of the libraries it needs (JSX) is nowhere
to be found....So basically I'd like to know if anyone
experienced in any these packages (or any others)
could tell which would be best.
Any help appreciated
Robin
GUI