1 . Click on the link below to open the .pdf page in a new tab
AVS Kit Install Process v1.1 – October 25 2017 – Release
2. Test sounds /usr/share/scratch/Media/Sounds using “aplay”
3. Configure Sound Card and USB Mic with “sudo /etc/asound.conf”
pcm.!default{
type asym
capture.pcm “mic”
playback.pcm “speaker”
}
pcm.mic {
type plug
slave {
pcm “hw:1,0”
}
}
pcm.speaker {
type plug
slave {
pcm “hw:0,0”
}
}
4. Record a test file using “arecord test.wav” (terminate recording with ctrl-c)
5.Check recording with “aplay test.wav“