I have a project and I must play 3 different audio files through 3 different speakers. The start time of files are important (I mean they must start to play simultaneously).
My first option is using 3 networked computer, one file per computers, and a program that control these three systems (One server and two clients for example).
But I think it's really better to use a sound card with 4 channel for example. After some search I found that there are a lot of these sound cards. I want to know, is it possible to control the channel using Python or Matlab programs or any other way? Is there any library?