MarcusWolschon / RasPi_stage_intercom

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
Mozilla Public License 2.0
27 stars 1 forks source link

babyphone mode #7

Closed tommyhlw closed 6 years ago

tommyhlw commented 6 years ago

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?

MarcusWolschon commented 6 years ago

That doesn't make much sense. You could use the default client. (https://github.com/layeh/barnard)