At my work the entire engineering department just got moved into a new seating arrangement that allows sound to travel a bit more than any of us care to enjoy. I wanted to try to come up with a way to solve this in a cool engineering fashion. Is it possible to create adaptive sound cancelation using:
- Microphone Input
- Frequency Calculation
- Speaker Playback
If so, what libraries would I want to look at? I am assuming something with FFT(Fast Fourier Transform) Microphone input, and frequency playback. Could anyone point me to good libraries that have these capabilities? ( If this is even possible )