jsPsych/packages/plugin-audio-slider-response
2022-09-20 16:56:51 +00:00
..
src Allow keyboard movements to enable slider buttons when require_movement 2021-11-26 11:55:21 -05:00
CHANGELOG.md chore(release): version packages 2022-09-20 16:56:51 +00:00
jest.config.cjs Migrate to TypeScript 2021-07-06 17:55:42 +02:00
package.json chore(release): version packages 2022-09-20 16:56:51 +00:00
README.md added readme.md for every package + changeset 2022-09-20 12:18:15 -04:00
rollup.config.mjs Prepare @jspsych/config for external use 2021-08-25 21:57:28 +02:00
tsconfig.json Add explicit baseUrl option to tsconfigs 2021-09-14 21:31:44 +02:00

jspsych logo

jsPsych is a JavaScript framework for creating behavioral experiments that run in a web browser.

Plugin Description

The audio-slider-response plugin plays audio files and records responses generated by the participant dragging a slider. The audio will be played using the WebAudio API, allowing for reasonably precise timing of the playback by measuring it against the WebAudio specific clock. If WebAudio API is not supported by the browser, the files will be played using HTML5 audio.

Examples

Several example experiments and plugin demonstrations are available in the /examples folder. After you've downloaded the latest release, double-click on an example HTML file to run it in your web browser, and open it with a programming-friendly text editor to see how it works.

Documentation

Documentation for this plugin is available here.

Getting help

For questions about using the library, please use the GitHub discussions forum. You can also browse through the history of Q&A on the forum to find related questions.

Contributing

We ❤️ contributions! See the contributing to jsPsych documentation page for more information about how you can help.

Citation

If you use this library in academic work, please cite the paper that describes jsPsych:

de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. Behavior Research Methods, 47(1), 1-12. doi:10.3758/s13428-014-0458-y

Contributors

jsPsych is open source project with numerous contributors. The project is currently managed by the core team of Josh de Leeuw (@jodeleeuw), Becky Gilbert (@becky-gilbert), and Björn Luchterhandt (@bjoluc).

jsPsych was created by Josh de Leeuw.

We're also grateful for the generous support from a Mozilla Open Source Support award, which funded development of the library from 2020-2021.