Play a list of sound files at precise times.
The list is provided in a csv file with two columns:
- the first contains onset times in milliseconds
- the second provides the associated sound file name.
The sounds files are assumed to be in the 'sounds' subdirectory.
To run:
python playsounds.py list.csv
This program is written in Python and requires pygame (www.pygame.org)