I have the Matrix Creator with Amazon Alexa SDK working. But I have to be very close to the device to awake Alexa. There is no response even at 1~2 meters away. I am using channel 8. Here is my sound card config.
pcm.dsnooper {
type dsnoop
ipc_key 816357492
ipc_key_add_uid 0
ipc_perm 0666
slave {
pcm "hw:3,0”
channels 8
}
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
}
pcm.!default {
type asym
playback.pcm {
type plug
slave.pcm "dmixer"
}
capture.pcm {
type hw
card 3
device 0
}
}