Adding a sound file over an animation
We would like to add a sound file (.wav) over an animation file (.avi). A sample set up is:
[CODE]
_D1.avi (800x600) | .8,0,0 | 2000 | !bb1 | 0,0,0 | rt:252, 253 |*
[/CODE]
Currently, the animation file clears and then the sound file is heard. What we would like is for the animation file to remain in view while the sound file is heard. Is there a way to do this?
One solved and there's one more
Hurray! Your suggestion worked. As I was changing my direct RT file, I realized that in one instance I want the same thing to happen as before, but now I have two sound files that I want over an animation.
Here is what I have:
stim loc time stim loc time stim loc time stim loc time
!2ba 0,0,1 2000 !sb6 0,0,1 1000 !2bb 0,0,0 2000 _D1.avi 0,0,0 5000
Currently, they are all overlapping way too much. I would like !sb6 and
!2bb to play one after the other over the _D1.avi animation. OR if the above is not possible, I would like the !sb6 to play directly before the _D1.avi and the !2bb to play over the animation. Any suggestions?