forked from eegsynth/eegsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c8cb27
commit e857c4e
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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