Skip to content

Commit

Permalink
Set the use_webaudio as false
Browse files Browse the repository at this point in the history
  • Loading branch information
kurokida committed Jan 5, 2022
1 parent 6395c4f commit 788abbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psychophysics-demos/play_html5_sound_by_key.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// This file demonstrates how to play the HTML5 sound by pressing a key.

const jsPsych = initJsPsych({
use_webaudio: false, // required for this demo to run properly.
on_finish: function() {
jsPsych.data.displayData();
}
Expand Down

0 comments on commit 788abbd

Please sign in to comment.