Skip to content

Instantly share code, notes, and snippets.

View berkona's full-sized avatar

Jess Monroe berkona

View GitHub Profile
{
""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"": {
@berkona
berkona / Program.cs
Created November 29, 2017 06:02
SharpBCI Raw Data Program File
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);
@berkona
berkona / SharpBCI-RawDataExample.json
Last active November 29, 2017 05:22
SharpBCI Raw Data Example Configuration
{
"stages": [
{
"stageKey": "producer",
"stageClass": "SharpBCI.EEGDeviceProducer",
"arguments": [ "SharpBCIAdapter" ]
},
{
"stageKey": "filter",
"stageClass": "SharpBCI.BandpassPipeable",