You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: