mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 08:38:11 +00:00
6 lines
259 B
Markdown
6 lines
259 B
Markdown
---
|
|
"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.
|