I am currently facing an issue with AlexaPi. The application seems running but I can't hear Alexa saying "hello". So I expected an issue with my Audio. However, after may days I couldn't figure out why.
I could record myself and listened to the file.
Notice that for an unknown reason my user specific config file (~/.asoundrc) is always changed at reboot. I normally set up pcm card = 0 and ctl card = 1 but here:
pcm.!default {
type hw
card -1
device 1
}
ctl.!default {
type hw
card -1
device 0
}
Additionnally, I followed the steps regarding pulseaudio in the debugging audio device section (all commands displayed).
My hardware is a RASPBERRY PI 3B+ and my OS is Debian.
Unfortunately, I can't give you right now my complete config yaml file. I will provide it later.
Good morning,
I am currently facing an issue with AlexaPi. The application seems running but I can't hear Alexa saying "hello". So I expected an issue with my Audio. However, after may days I couldn't figure out why. I could record myself and listened to the file.
Please find below my alsa audio debugging file:
http://alsa-project.org/db/?f=cd7a8e5d726c7e6e8b071908be627dd0b52a5baf
Notice that for an unknown reason my user specific config file (~/.asoundrc) is always changed at reboot. I normally set up pcm card = 0 and ctl card = 1 but here:
pcm.!default { type hw card -1 device 1 }
ctl.!default { type hw card -1 device 0 }
Additionnally, I followed the steps regarding pulseaudio in the debugging audio device section (all commands displayed).
My hardware is a RASPBERRY PI 3B+ and my OS is Debian.
Unfortunately, I can't give you right now my complete config yaml file. I will provide it later.
input_device = "USB PnP Sound Device: Audio (plughw:1,0)" output ="alsa" output_device = "plughw:CARD=ALSA,DEV=0"
Thank you for your help!