Changes

Jump to navigation Jump to search
82 bytes removed ,  15:22, 28 April 2025
Line 9: Line 9:  
<syntaxhighlight lang="python" line>
 
<syntaxhighlight lang="python" line>
 
from psychopy import logging, prefs
 
from psychopy import logging, prefs
logging.console.setLevel(logging.WARNING)
   
prefs.hardware['audioLib'] = ['PTB']
 
prefs.hardware['audioLib'] = ['PTB']
 
prefs.hardware['audioLatencyMode'] = 2
 
prefs.hardware['audioLatencyMode'] = 2
Line 51: Line 50:  
<syntaxhighlight lang="python" line>
 
<syntaxhighlight lang="python" line>
 
from psychopy import logging, prefs
 
from psychopy import logging, prefs
logging.console.setLevel(logging.DEBUG)
   
from psychopy import visual, core, sound, event
 
from psychopy import visual, core, sound, event
 
import time
 
import time

Navigation menu