Hi,
My issue is that once I plugged the Matrix Creator and tried to use aplay to play a sound (which I’m sure it has content). But I cannot hear anything from the headphone. Even when I opened the Youtube video,
However, once I unplugged the Matrix, then EVERYTHING works fine.
I don’t have .asoundrc file, but my /etc/asound.conf:
> pcm.sc {
> type hw
> card 1
> }
>
> pcm.mic_channel0 {
> type file
> file "/tmp/matrix_micarray_channel_0"
> infile "/tmp/matrix_micarray_channel_0"
> format "raw"
> slave {
> pcm sc
> }
> }
>
>
> pcm.mic_channel1 {
> type file
> file "/tmp/matrix_micarray_channel_1"
> infile "/tmp/matrix_micarray_channel_1"
> format "raw"
> slave {
> pcm sc
> }
> }
>
>
> pcm.mic_channel2 {
> type file
> file "/tmp/matrix_micarray_channel_2"
> infile "/tmp/matrix_micarray_channel_2"
> format "raw"
> slave {
> pcm sc
> }
> }
>
>
> pcm.mic_channel3 {
> type file
> file "/tmp/matrix_micarray_channel_3"
> infile "/tmp/matrix_micarray_channel_3"
> format "raw"
> slave {
> pcm sc
> }
> }
>
> pcm.mic_channel4 {
> type file
> file "/tmp/matrix_micarray_channel_4"
> infile "/tmp/matrix_micarray_channel_4"
> format "raw"
> slave {
> pcm sc
> }
> }
>
>
> pcm.mic_channel5 {
> type file
> file "/tmp/matrix_micarray_channel_5"
> infile "/tmp/matrix_micarray_channel_5"
> format "raw"
> slave {
> pcm sc
> }
> }
>
> pcm.mic_channel6 {
> type file
> file "/tmp/matrix_micarray_channel_6"
> infile "/tmp/matrix_micarray_channel_6"
> format "raw"
> slave {
> pcm sc
> }
> }
>
> pcm.mic_channel7 {
> type file
> file "/tmp/matrix_micarray_channel_7"
> infile "/tmp/matrix_micarray_channel_7"
> format "raw"
> slave {
> pcm sc
> }
> }
>
> pcm.mic_channel8 {
> type file
> file "/tmp/matrix_micarray_channel_8"
> infile "/tmp/matrix_micarray_channel_8"
> format "raw"
> slave {
> pcm sc
> }
> }
>
> 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
> }
> }
> }
I tried on both Pi2 and Pi3, same thing happens