Because I was helped so well yesterday, I decided to ask another question related to sound. ;)
I am maintaining a task now, in which a few sounds are loaded in the background for use throughout. I am opening audio handles as slaves, which works well now.
However, at some points, we are showing a video (with its own sound!). The video is loaded and played using the 'OpenMovie' and 'PlayMovie' subfunctions. However, this does not seem to work if a PsychPortAudio is used at the same time. Closing the master audio handle is possible, but then I need to reload all the slaves again. Playing the video sound separately through another PsychPortAudio works, but takes way to long to load. And besides, I fear some sync issues in the long run.
Is there a way in which I can specify an audio (slave) handle for the video sound?
We used to run these tasks on a Mac, and there it just worked. But now we're migrating to Linux, and those problems suddenly pop up ...
I hope you guys can help me. Thanks in advance!
Best,
Mark