mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
Deployed 9a8a582d
to 6.3 with MkDocs 1.2.2 and mike 1.0.1
This commit is contained in:
parent
0f6801e348
commit
30049839b2
@ -1483,7 +1483,7 @@
|
||||
<h1 id="jspsych-audio-button-response">jspsych-audio-button-response<a class="headerlink" href="#jspsych-audio-button-response" title="Permanent link">¶</a></h1>
|
||||
<p>This plugin plays audio files and records responses generated with a button click.</p>
|
||||
<p>If the browser supports it, audio files are played using the WebAudio API. This allows for reasonably precise timing of the playback. The timing of responses generated is measured against the WebAudio specific clock, improving the measurement of response times. If the browser does not support the WebAudio API, then the audio file is played with HTML5 audio. </p>
|
||||
<p>Audio files can be automatically preloaded by jsPsych using the <a href="../jspsych-preload/"><code>preload</code> plugin</a>. However, if you are using timeline variables or another dynamic method to specify the audio stimulus, you will need to <a href="../overview/media-preloading/#manual-preloading">manually preload</a> the audio.</p>
|
||||
<p>Audio files can be automatically preloaded by jsPsych using the <a href="../jspsych-preload/"><code>preload</code> plugin</a>. However, if you are using timeline variables or another dynamic method to specify the audio stimulus, you will need to <a href="../../overview/media-preloading/#manual-preloading">manually preload</a> the audio.</p>
|
||||
<p>The trial can end when the subject responds, when the audio file has finished playing, or if the subject has failed to respond within a fixed length of time. You can also prevent a button response from being made before the audio has finished playing.</p>
|
||||
<h2 id="parameters">Parameters<a class="headerlink" href="#parameters" title="Permanent link">¶</a></h2>
|
||||
<p>In addition to the <a href="../overview/plugins#parameters-available-in-all-plugins">parameters available in all plugins</a>, this plugin accepts the following parameters. Parameters with a default value of <em>undefined</em> must be specified. Other parameters can be left unspecified if the default value is acceptable.</p>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user