Skip to content

Instantly share code, notes, and snippets.

@unsalted
Last active November 2, 2018 23:10
Show Gist options
  • Save unsalted/4eae778c0c1d4d822880a3dad59c7b42 to your computer and use it in GitHub Desktop.
Save unsalted/4eae778c0c1d4d822880a3dad59c7b42 to your computer and use it in GitHub Desktop.
AutoPi Setup

PI Setup

NVM install

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

Install Node 8 lts

nvm install 8

Odas install

Install dependencies

sudo apt-get install libfftw3-dev libconfig-dev libasound2-dev cmake

Install repo

git clone https://github.com/introlab/odas.git

Compile

cd odas
mkdir build
cd build
cmake ../
make

Get respeaker_usb_4_mic config

Go to Respeaker Config, copy raw in to named file, this is your config.

Odas Studio Install

Download git repo

git clone https://github.com/introlab/odas_web.git

cd odas_web;
npm install;

Test

npm start

Running

  • Start Odas Studio (odas_web) first
  • Select compiled binary and config
  • Launch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment