mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
259 B
259 B
jspsych |
---|
minor |
Added microphone related features to the pluginAPI
module: initializeMicrophoneRecorder()
and getMicrophoneRecorder()
. These allow sharing of the MediaRecorder
object attached to the microphone's MediaStream
across trials.