kalliope-project / kalliope

Kalliope is a framework that will help you to create your own personal assistant.
https://kalliope-project.github.io/
GNU General Public License v3.0
1.71k stars 229 forks source link

Kalliope on a Phone Needs to Idle the Trigger #647

Closed 1001111github closed 3 years ago

1001111github commented 3 years ago

From the gitter Kalliope thread.

I am currently running Kalliope on a Pinephone, aarch64 under Mobian, Arch and Manjaro. On a phone there is a requirement is the Voice Assistant should shutdown after use to prolong battery life.

I have proposed an enhancement which idles the trigger after a user determined period of time. Kalliope can then be woken up by sending a SIGCONT signal.

Sispheor commented 3 years ago

The idea is not bad. The proposed implementation was a bit weird. I close this one.