/simple_audio_experiment_in_pygame

Playing a list of wavfiles listed in a csv file

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

simple_audio_experiment_in_pygame

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)