Last active
October 5, 2017 04:39
-
-
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)
This file contains hidden or 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
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 | |
} | |
} | |
} |
This file contains hidden or 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
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