Yip

Results 3 issues of Yip

googlesamples-assistant-pushtotalk works fine, however googlesamples-assistant-hotword doesn't seem to work. No matter how many times I repeat 'OK, Google', it's stuck at ON_MUTED_CHANGED: {"is_muted": false} ON_START_FINISHED

```python import orangepi.lite import OPi.GPIO as GPIO GPIO.setmode(orangepi.lite.BOARD) GPIO.setup(16, GPIO.IN) GPIO.wait_for_edge(16, GPIO.RISING) ``` gives [Errno 2] No such file or directory: '/sys/class/gpio/gpio68/edge'

Hello, I'm trying to install joycond-cemuhook using `pip3 install git+https://github.com/joaorb64/joycond-cemuhook` but I'm getting a bunch of errors like ``` /usr/bin/ld: /tmp/python-build.20231106083710.8651/Python-3.10.4/Objects/complexobject.c:143: undefined reference to `pow' /usr/bin/ld: /tmp/python-build.20231106083710.8651/Python-3.10.4/Objects/complexobject.c:144: undefined reference to...