Skip to content

Instantly share code, notes, and snippets.

@hpsaturn
Last active October 5, 2017 04:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hpsaturn/0605defc0249e7e2ae424b899e02f1d1 to your computer and use it in GitHub Desktop.
Save hpsaturn/0605defc0249e7e2ae424b899e02f1d1 to your computer and use it in GitHub Desktop.
MATRIX Creator software installation and ALSA config for mic 0. (For Alexa Amazon service)
pcm.!default
{
type asym
playback.pcm {
type hw
card 0
device 0
}
capture.pcm {
type file
file "/tmp/matrix_micarray_channel_0"
infile "/tmp/matrix_micarray_channel_0"
format "raw"
slave {
pcm sc
}
}
}
echo "deb http://packages.matrix.one/matrix-creator/ ./" | sudo tee --append /etc/apt/sources.list;
sudo apt-get update;
sudo apt-get upgrade;
sudo apt-get install libzmq3-dev xc3sprog matrix-creator-openocd wiringpi cmake g++ git;
sudo apt-get install matrix-creator-init matrix-creator-malos
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment