Say goodbye to Google Home and Alexa! In this session, we will show you how you can make your personal Google Assistant using Raspberry-Pi. We will use Google APIs to turn our Raspberry-Pi into an AI Assistant.
Paste this in the asoundrc file:
pcm.!default { type asym capture.pcm "mic" playback.pcm "speaker" } pcm.mic { type plug slave { pcm "hw:[card number],[device number]" } } pcm.speaker { type plug slave { pcm "hw:[card number],[device number]" } }**Replace the [card number] and [device number] with your own card and device number.**
Turn Your Raspberry Pi into an AI Assistant
Say goodbye to Google Home and Alexa! In this session, we will show you how you can make your personal Google Assistant using Raspberry-Pi. We will use Google APIs to turn our Raspberry-Pi into an AI Assistant.
Paste this in the asoundrc file: