This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ""experienceId"": ""BY2"", | |
| ""storyPieces"": { | |
| ""intro"": { | |
| ""start"": true, | |
| ""videoUri"": ""http://s3-us-west-1.amazonaws.com/vantage-point-videos/4K-stereo/bystander-intervention/BY2-S0.mp4"", | |
| ""interactionType"": ""CHOICE"", | |
| ""interaction"": { | |
| ""prompt"": ""Is this normal? Nobody treated me this way when I joined."", | |
| ""choices"": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Threading; | |
| using SharpBCI; | |
| namespace RawDataExample { | |
| class MainClass { | |
| public static void Main(string[] args) { | |
| // create the adapter which recieves the unprocessed data from the hardware | |
| var museAdapter = new RemoteOSCAdapter(5000); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "stages": [ | |
| { | |
| "stageKey": "producer", | |
| "stageClass": "SharpBCI.EEGDeviceProducer", | |
| "arguments": [ "SharpBCIAdapter" ] | |
| }, | |
| { | |
| "stageKey": "filter", | |
| "stageClass": "SharpBCI.BandpassPipeable", |