CRITICAL: Your input_device 'plughw:1,0' is invalid. Use one of the following:
May 01 10:04:41 raspberrypi python3[7736]: USB PnP Sound Device: Audio (plughw:1,0)
Your OS (including version) where you are running AlexaPi:
_ Raspbian Stretch
Your hardware platform and model you are running on:
Python release (python3 --version):
`python3
**Description of problem:**
Just need to know the syntax for changing the input_device in yaml to:
input_device: "plughw:1,0" (this is what I currently have)
Expected:
Problem-relevant config.yaml entries:
input_device: "plughw:1,0"
Steps to reproduce:
Traceback (if applicable):
Additional info:
When I run AlexaPi PortAudio does not discover my microphone (plughw:1,0). If I stop AlexPi then PortAudio discovers the microphone. Assume I need to change input_device setting. If you have another solution please let me know.
.
Output of the audio debugging script.
CRITICAL: Your input_device 'plughw:1,0' is invalid. Use one of the following: May 01 10:04:41 raspberrypi python3[7736]: USB PnP Sound Device: Audio (plughw:1,0)
Your OS (including version) where you are running AlexaPi: _ Raspbian Stretch
Your hardware platform and model you are running on:
Python release (
python3 --version
): `python3Expected:
Problem-relevant
config.yaml
entries:Steps to reproduce:
Traceback (if applicable):
Additional info: When I run AlexaPi PortAudio does not discover my microphone (plughw:1,0). If I stop AlexPi then PortAudio discovers the microphone. Assume I need to change input_device setting. If you have another solution please let me know.