PennController 1.8 is now available!
Newly created experiments on the PCIbex Farm come with it, and you can sync your existing projects with the master branch of https://github.com/PennController/Sync to update your version of PennController.
Major changes from 1.7:
- The VoiceRecorder element was replaced with the MediaRecorder element, to allow for video sample collection. Use newMediaRecorder("name", "audio") to collect audio only (pass "video" or simply drop the second parameter altogether to record audio+video)
- Added PennController.UploadRecordings: creates a trial that uploads the samples recorded (but not sent) so far
- Officially added the EyeTracker element, along with the PennController.EyeTrackerURL command (documentation to come)