textinput.py Google Assistant SDK 中的示例代码没有按照我的要求做或回答问题

textinput.py Sample code in Google Assistant SDK is not doing what I ask or answering questions

我正在 raspberry pi 上使用 google 助手 sdk。我正在尝试使用 textinput.py 示例代码让 google 助手在我的 Google Home Mini(名为 'Bedroom Speaker')上播放一些音乐。问题是,当我输入文本查询时,它们什么也没做。我在下面粘贴了一个示例:

: hey google, play music on bedroom speaker

<you> hey google, play music on bedroom speaker

: play music

<you> play music

<@assistant> Play Music. Google Play Music is a music and podcast streaming service and online music locker operated by Google, part of its Google Play line of services. The service was announced on May 10, 2011; after a six-month, invitation-only beta period, it was publicly launched on November 16, 2011. Wikipedia ( https://en.m.wikipedia.org/wiki/Google_Play_Music ).

:

让 pi 在我的 Google Home Mini 上播放音乐后,没有任何反应。当询问诸如“播放音乐”之类的其他问题时,它只是给出了 Google 播放音乐的 wiki 定义。如果我问其他正常的问题,比如“现在几点了?”没有文本回复,但显示 <@assistant>

你知道为什么我的 Home Mini 不能播放音乐吗?我已经在我的 phone 上测试了这个命令并且它有效;它不适用于我的 raspberry pi.

Google Assistant SDK 不支持播放音乐。