Raspberry Pi 3 B+, new Raspbian Stretch. I am running the assistant library sdk without any AIY kit hats etc, AIY code from here: https://github.com/google/aiyprojects-raspbian. my mic/speaker are via a usb adapter using alsaaudio only, no pulseaudio. Everything re device registration, authentication etc works fine. Whenever on_conversation_start() is called, either by using 'OK Google" hotword or from my code, seg fault happens.
run task called
EventType.ON_MUTED_CHANGED
EventType.ON_START_FINISHED
Pick up the phone, and dial 1 to answer your questions
EventType.ON_MEDIA_STATE_IDLE
lifting handset
dial finished, clicks: 10
ring tone finished
EventType.ON_CONVERSATION_TURN_STARTED
Segmentation fault
Raspberry Pi 3 B+, new Raspbian Stretch. I am running the assistant library sdk without any AIY kit hats etc, AIY code from here: https://github.com/google/aiyprojects-raspbian. my mic/speaker are via a usb adapter using alsaaudio only, no pulseaudio. Everything re device registration, authentication etc works fine. Whenever on_conversation_start() is called, either by using 'OK Google" hotword or from my code, seg fault happens.
run task called EventType.ON_MUTED_CHANGED EventType.ON_START_FINISHED Pick up the phone, and dial 1 to answer your questions EventType.ON_MEDIA_STATE_IDLE lifting handset dial finished, clicks: 10 ring tone finished EventType.ON_CONVERSATION_TURN_STARTED Segmentation fault
Many thanks if anyone can help