From f3a73a3552a102327c244d4a6bac2a4a0f4c127a Mon Sep 17 00:00:00 2001 From: Rodrigo Queiro Date: Thu, 23 Nov 2017 14:32:24 +0100 Subject: [PATCH] Add troubleshooting for #183 --- HACKING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HACKING.md b/HACKING.md index 645e1adb..b6e7d07a 100644 --- a/HACKING.md +++ b/HACKING.md @@ -72,3 +72,14 @@ make a copy of one of the sample scripts and rename it. Then run this command: ``` shell sudo systemctl enable voice-recognizer.service ``` + +## Troubleshooting + +If you see an error like: + +``` shell +ALSA lib pcm.c:8403:(snd_pcm_set_params) Rate doesn't match (requested 16000Hz, get 48000Hz) +``` + +Try deleting `~/.asoundrc`. If it happens repeatedly, please let us know on +[this GitHub issue](https://github.com/google/aiyprojects-raspbian/issues/183).