Hi,
I solved my earlier query about getting an audio file to play when someone comes within a certain range of a Kinect. What I would like to do is play all files in a folder, one after another. Its basically a scripted dialogue that I need to trigger when someone walks up to a certain spot. I cannot seem to get the minim audio player to play all the files; it seems geared to play just one.
Has anyone any idea of how to do this? I was thinking of maybe loadSample() and specifying a sample for each file but there are 42 of them so it would be messy. Ideally I would like to loop through the files until the end or until the person moves out of range.
Thanks
I solved my earlier query about getting an audio file to play when someone comes within a certain range of a Kinect. What I would like to do is play all files in a folder, one after another. Its basically a scripted dialogue that I need to trigger when someone walks up to a certain spot. I cannot seem to get the minim audio player to play all the files; it seems geared to play just one.
Has anyone any idea of how to do this? I was thinking of maybe loadSample() and specifying a sample for each file but there are 42 of them so it would be messy. Ideally I would like to loop through the files until the end or until the person moves out of range.
Thanks
1