make-a-smart-speaker
make-a-smart-speaker copied to clipboard
A collection of resources to make a smart speaker
How can I put the wake word I tried many time The code: # import libers import speech_recognition as sr # recognise speech import playsound # to play an audio...
Do you know [Rhasspy](https://rhasspy.readthedocs.io/en/latest/)? It's an open source, fully offline voice assistant toolkit for many languages that works well with Home Assistant, Hass.io, and Node-RED. Especially since [Snips has been...
>part of [Smart Speaker from Scratch](https://hackaday.io/project/164221-smart-speaker-from-scratch) To make a smart speaker, the first thing to do in terms of software is to learn how to record & play audio. Most...
issues