The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
I'd like to modify the talkiepi as a babyphone with voice activation. Therefore no GPIO LEDs and buttons are required.
As far I understood "client.go" and "talkiepi.go" needs to be modified in a way that no "gpio.go" are needed and the button function needs to be replaced by the voice activation.
Could you give me a hint how I could realize this mod? Or is it a simple adjustment of configs?
I'd like to modify the talkiepi as a babyphone with voice activation. Therefore no GPIO LEDs and buttons are required.
As far I understood "client.go" and "talkiepi.go" needs to be modified in a way that no "gpio.go" are needed and the button function needs to be replaced by the voice activation.
Could you give me a hint how I could realize this mod? Or is it a simple adjustment of configs?