Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I do equalizing / noise reduction / fft / echo cancellation / …?

0
Posted

How can I do equalizing / noise reduction / fft / echo cancellation / …?

0

Java Sound is an API concerned with basic sound input and output. It does not contain digital signal processing algorithms. Nevertheless, you can do this with Java; you just have to code it on your own. Craig Lindley’s book (see Q: 1) contains some DSP algorithm. Also, it is often easy to transform C or C++ code found on the net to Java. You may want to have a look at the comp.dsp FAQ For code that does fft, have a look at the Peruna Project (original website is offline, view it at the Internet Archive).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123