Playing multiple sound files with arduino

I am very new to Arduino, so sorry if this is really basic. but, I'm working on a project, where i need to play multiple (10) sound files simultaneously and non-stop. The idea is to have around 10 speakers(headphones) playing different audio files. Is this something you can do with one laptop and few arduinos?

Sure, 10 arduinos each controlling a sound module. Send the Go message to each in parallel so all start at the same time.