Build Up Amazing Speaker

Hey everyone
I’m gonna build up a PC speaker with Arduino, and my desired speaker detailed as follows:

  1. 3.5 mm jack, Bluetooth and USB as an input section.
  2. I need to make some process on my input signal (FFT and cross-correlation) in order to create visual EQ on LCD, Reinforcing/Weakening some signal’s frequency in case of need and pass signal throw an adaptive noise cancellation like RLS (or LMS algorithm in the case of memory shortage) and a vocal commander, turn on/down volume, next/previous and pause/stop command with voice command.(it’s totally depend on the processing speed and memory, I doubt Arduino can handle it )
  3. And in output section, two approximately 60 Watt speakers (I don’t know which one is more accurate!!! two mono amplifier or one stereo amplifier.)

So gimme your point of views about it and its Strengths/weak points.
I did a lot of DSP works in MATLAB environment and I know about the basis of signal processing but I don’t know about the feasibility of run it on Arduino.
And would you please recommend your intended module for section one and three of my question.

The Arduino could be used for control & visualization but for DSP it's not going to cut it. Plus, there's no DAC in the "regular" Arduino and the ADC is only 10-bits.

Maybe start with a "soundcard chip" with USB. I think you can find one that works with the default Microsoft drivers. Or, maybe try a Raspberry Pi. If you try to "make a soundcard" from scratch, you'd have to write firmware that's compatible with the default drivers, or write you own driver to work with your firmware. I don't know what's involved with audio over Bluetooth.

There are specialized DSP chips if you need more processing power for EQ, etc.

  1. And in output section, two approximately 60 Watt speakers (I don't know which one is more accurate!!! two mono amplifier or one stereo amplifier.)

It doesn't matter. A stereo amp is two amplifiers in one box (and sometimes on the same PC board), usually with a common power supply. The amplifier is the easy part.

If you are making "powered monitors", each speaker usually has it's own amplifier. Actually, there are usually 2 or 3 amplifiers in each speaker with an active crossover for a 2-way or 3-way speaker.