Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Config.Yaml Coding Error #498

Open
hankp46 opened this issue Jun 6, 2020 · 1 comment
Open

Config.Yaml Coding Error #498

hankp46 opened this issue Jun 6, 2020 · 1 comment

Comments

@hankp46
Copy link

hankp46 commented Jun 6, 2020

Trying to use a USB mic: This is code in Config.Yaml
# Name of your microphone device: "raspberrypi"
# leave empty for default

input_device: "plughw:3,0"

On AlexaPi start get this error:
CRITICAL: Your input_device 'plughw:3,0' is invalid. Use one of the following:
Jun 06 10:39:27 raspberrypi python3[3536]: USB PnP Sound Device: Audio (plughw:3,0)

How should I be coding the Yaml?

@jacobkaufman
Copy link

It's basically asking you to use:

input_device: "USB PnP Sound Device: Audio (plughw:3,0)"

instead of input_device: "plughw:3,0"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants