0

我目前正在做学校项目,目标是每当我说“pi”(机器名称)“为我唱歌”(谷歌 = 助手),因为如果我使用启动指令会很容易,但它目前不可用且不支持我们的语

在 env/lib/googleassistant/--/pushtotalk.py 457 行

wait_for_user_trigger = 不是一次

    while True:

        if wait_for_user_trigger:

            ->#click.pause(info='Press Enter to send a new request...')

            ->time.sleep(1)

        continue_conversation = assistant.assist()

        # wait for user trigger if there is no follow-up turn in

        # the conversation.

        wait_for_user_trigger = not continue_conversation



        # If we only want one conversation, break.

        if once and (not continue_conversation):

            break

我在此处更改(->),以便每次它处于状态但我无法找到只有当它的名字被调用时如何调用你能帮我吗?

你能告诉我如果我在(env)上工作我如何导入GPIO我需要闪烁led

4

1 回答 1

0

我和雪人成功了。这里的例子: https ://busy.org/@neavvy/google-assistant-on-raspberry-or-part-3-custom-wake-word

于 2020-05-19T15:30:03.233 回答