Hi!
Does anybody have or know a signal processing API for Java?
Particularly I am deploying an application that processes
audio and I need tools as, for example, filtering, LPC
analysis and autocorrelation.
Thanks a lot.
Regards.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hi!
Does anybody have or know a signal processing API for Java?
Particularly I am deploying an application that processes
audio and I need tools as, for example, filtering, LPC
analysis and autocorrelation.
Thanks a lot.
Regards.
You could try looking at the Java Sound API. I'm not sure if it's what you're looking for, though. It's mostly used for playing back sound files rather than processing them.
Thank you. It is not exactly what I am looking for, but thanks again . I think finally I am going to deploy my own tools because they are few and not difficult code lines.
These perhaps?
FastFourierTransformer
FFT
Thank you again . Finally I have deployed all the functions I need without any problem.
Regards.