Hey Susu,
As I told you, the library is not fully android compatible.
For example:
- WaveForms and Spectrograms are using the java.awt class which is unavailable in Android. It took me more than 3 hours to figure out why I couldn't get a proper result.
- Fingerprint and Detection seems to result in NullPointerExceptions. There seems to be an error in it's own library. (Line 43 in resampler. The length of the bytes, I am unable to edit the library.)
- Trimming seems to work sometimes but mostly results into errors: Read this topic:
https://groups.google.com/forum/?fromgroups=#!topic/MusicG-api/fHnuKBK0v_I
Fortunately, WaveHeaders are still working and I can capture data from that. (Channels, etc).
I contacted the author which will get back to me as soon as possible.
@Martin, if you are interested in the code I have so far, I can send you my project. Perhaps I did something wrong (which i cannot seem to find?)
Tomas