[visionegg] Re: Auditory stimuli
- From: Andrew Straw <andrew.straw@xxxxxxxxxxxxxxx>
- To: visionegg@xxxxxxxxxxxxx
- Date: Wed, 30 Jul 2003 10:44:05 +0200
Playing sounds is done directly through pygame, which is also a good
place to go for help writing custom flow control. Briefly:
sound = pygame.mixer.Sound(filename)
sound.play()
Cheers!
Andrew
On Tuesday, Jul 29, 2003, at 23:21 Europe/Berlin, R.E. Crist wrote:
Hi,
Is there a simple way to present an auditory tone along with the
presentation
of a visual stimulus in VisionEgg? It appears that this would require
using
custom flow control and event handling. Is this correct?
Thanks for your help.
-Roy
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html
- References:
- [visionegg] Auditory stimuli
- From: R.E. Crist
Other related posts:
- » [visionegg] Auditory stimuli
- » [visionegg] Re: Auditory stimuli
Is there a simple way to present an auditory tone along with the presentation
of a visual stimulus in VisionEgg? It appears that this would require using
custom flow control and event handling. Is this correct?
Thanks for your help.
-Roy
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
====================================== The Vision Egg mailing list Archives: http://www.freelists.org/archives/visionegg Website: http://www.visionegg.org/mailinglist.html
- [visionegg] Auditory stimuli
- From: R.E. Crist