4

Possible Duplicate:
Reliable and fast FFT in Java

i want to implement a fast fourier transformation calculation in java. Is there any library in java to do calculation in fourier transform and i also want to know about the audio libraries in java.

Community
  • 1
  • 1
Siva K
  • 4,968
  • 14
  • 82
  • 161

1 Answers1

5

May be a duplicate, but you're probably going to have a challenge making a JNI/NDK setup work. Consider a full java solution with JTransforms

basszero
  • 29,624
  • 9
  • 57
  • 79
  • JFtransforms and SSTJ are also mentioned in the other question, reading past the accepted answer is useful ;-) Also the queston itself already mentions 2 alternative implementations. – Joachim Sauer Feb 03 '11 at 11:51