kenanEkici / pepper-google-assistant

Customized SDK Google Assistant sample for the Pepper humanoid robot with Flask and PYNAOqi
Apache License 2.0
12 stars 3 forks source link

workaround for portaudio? #1

Open SamuelDietz opened 6 years ago

SamuelDietz commented 6 years ago

Do you know of a way to not need portaudio or to install it on the robot maybe?

If this was possible, we could run the assistant directly on the robot.

kenanEkici commented 5 years ago

@SamuelDietz Hi, sorry for the late reply. Unfortunately, there is currently no known solution without using PortAudio or other audio frameworks. You can try installing Google Assistant directly on the robot however. This was not possible for us due to the robot being locked by an admin password which we did not posses. That is why we had to use the SDK of the robot mainly for transmitting and recording. If there's anything else I can help you with, let me know.