在google上执行了一个操作,并尝试在模拟器上运行,但它显示的响应为:
你的琐事不可用。请稍后重试
已尝试刷新操作控制台。以下部分摘自操作控制台的调试部分:
{
"response": "Okay. Let's get the test version of my test app.It looks like The GirlyTrivia isn’t available right now. Try again soon.",
"expectUserResponse": false,
"conversationTo
有没有办法捕获(如果还没有存储) Google Home在“说出”之前收到的文本搜索响应?
例如:
Me: When was Diego Velázquez born?
Google Home: Diego Rodríguez de Silva y Velázquez was born in 1599
我想捕获该文本字符串(Diego Rodríguez de Silva y Velázquez was born in 1599)。
通过将Google Home设置为某种开发模式,这有可能吗?
我特别感兴趣的是在谷歌主页(而不仅仅是谷歌语音)上做这件事,因为我听说搜索结果可能会有所不同。
我的主要目的是改变我的声音的音调,然后将其输入到语音房间/语音呼叫中,例如缩放呼叫或hangouts会议,而不将其回放给我。 我在类似的话题上发现了两个问题: 1. Playing mp3 file through microphone with python 2. How to play MP3 files into the microphone input jQuery 但是这些并没有恰当地回答这个问题。 与此类似的代码:https://github.com/jremmons/pyfakewebcam/blob/master/pyfakewebcam/pyfakewebcam.py 但是