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

Add troubleshooting for #183 #184

Merged
merged 1 commit into from
Nov 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,22 @@ 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're using the Voice Kit and see an error like:

``` shell
ALSA lib pcm.c:8403:(snd_pcm_set_params) Rate doesn't match (requested 16000Hz, get 48000Hz)
```

or

``` shell
arecord: set_params:1233: Sample format non available
Available formats:
- S32_LE
```

Try running `rm ~/.asoundrc && sudo reboot`. For more details, [see this GitHub
issue](https://github.com/google/aiyprojects-raspbian/issues/183).