# Cocktail party problem
Last edited: 2026-02-05
# Statement
Cocktail party problem
Suppose you have $n$ people talking at the same time with $k$ microphones placed around the room. From the recordings of the $k$ microphones, when and how can you recover the $n$ sounds?
# Solutions
- This is mainly solved using Independent component analysis .