Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 17, 2015
1 parent 4c8cb27 commit e857c4e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# eegsynth-matlab
Converting real-time EEG into sounds and music.

This repository contains all code for http://www.eegsynth.org.

## Installation instructions for Raspbian

### reconfigure the keyboard
sudo dpkg-reconfigure console-data
sudo dpkg-reconfigure keyboard-configuration

### install node.js
curl -sLS https://apt.adafruit.com/add | sudo bash
sudo apt-get install node

### install redis
sudo apt-get install redis-server

### install EEGsynth from gitub
git clone https://github.com/robertoostenveld/eegsynth.git
4 changes: 2 additions & 2 deletions matlab/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# eegsynth-matlab
# eegsynth
Converting real-time EEG into sounds and music.

This repository contains the MATLAB code for the rapid application development of http://www.eegsynth.org.
This directory contains the MATLAB code for the rapid application development of http://www.eegsynth.org.

## Platform specific notes for Microsoft Windows
Development is done on a VirtualBox with Windows 7, MATLAB 2012b for 64 bit and MATLAB 2011b for 32 bit.
Expand Down

0 comments on commit e857c4e

Please sign in to comment.