mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
remove use_webaudio: false from audio examples
This commit is contained in:
parent
91f774a50a
commit
d75717ac5b
@ -45,7 +45,6 @@
|
||||
|
||||
jsPsych.init({
|
||||
timeline: timeline,
|
||||
use_webaudio: false,
|
||||
on_finish: function(){jsPsych.data.displayData();}
|
||||
});
|
||||
|
||||
|
@ -50,7 +50,6 @@
|
||||
|
||||
jsPsych.init({
|
||||
timeline: [pre_audio, trial_1, trial_2, trial_3, trial_4],
|
||||
use_webaudio: false,
|
||||
on_finish: function() {
|
||||
jsPsych.data.displayData();
|
||||
},
|
||||
|
@ -45,7 +45,6 @@
|
||||
|
||||
jsPsych.init({
|
||||
timeline: [pre_audio, trial_1, trial_2, trial_3],
|
||||
use_webaudio: false,
|
||||
on_finish: function() {
|
||||
jsPsych.data.displayData();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user