问题标签 [google-voice-search]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
149 浏览

android - Android 虚拟设备中的离线语音识别

我正在开发一个包含语音识别的 Android 应用程序。

仅当有互联网连接时,我的 AVD 中的 Google 语音输入才能正常工作。但我希望它可以离线工作。我尝试了离线语音识别,但在我拥有的任何 AVD 中都没有找到该选项。所以我只想知道任何 AVD 是否有离线语音识别选项。如果是,请指定设备。

0 投票
2 回答
11550 浏览

audio - Google Cloud Speech API 可以识别哪些音频文件类型?

我正在尝试使用 Google 的 Cloud Speech API。这里有文档和代码示例:

如果我将示例代码指向包含的文件 audio.raw,而不是简短的 .wav 文件,我可以让示例代码正常运行。

我不知道音频样本文件是什么格式:

我的 .wav 文件可能有 10 秒的音频,我得到一个空的结果。

我知道这个答案。

谷歌云语音 api 返回空结果

之前有人问过我的问题,但没有答案。

Cloud Speech API 支持哪些类型的音频?

我无法想象我必须正确获取音频文件的属性才能使其正常工作。我假设一个常见的用例,我的,是有人录制会议,不知道录制的参数,只想要一个文本文件。

0 投票
0 回答
95 浏览

android - 使用 adb 读取文件

有没有办法列出 Android 应用程序中的所有文件?我想通过以下 URI 访问文件:

它由我的应用程序与包一起存储com.example.db

我想有类似 adb content 的东西......但我该怎么做呢?如果需要,我可以更改应用程序权限。

0 投票
1 回答
222 浏览

android - 运行 Google Voice API 代码时出错

凭借我对 Android 的基本了解,我正在尝试使用 Google 语音 API,并按照此处的示例编写一个应用程序,这将允许我拨打一个硬编码的号码。不幸的是,我收到一条错误消息,提示 <标识符> 是预期的,所以我无法检查我的应用程序是否可以正常工作。有人可以看到这里缺少什么,以及我的思维和代码是否朝着正确的方向前进。

Java 文件:

AndroidManifest 文件:

我得到的 < identifier > required 错误在这行代码中:

先感谢您。

0 投票
1 回答
65 浏览

java - 如何使用 RecognizerIntent 强制使用土耳其语?

语音识别:

我使用此代码来检测:

lcl一个变量。我选择土耳其语它适用于土耳其语,但同时适用于英语

我不明白如果谷歌理解每种语言,为什么我们使用EXTRA_LANGUAGE参数。

我想用谷歌强制检测土耳其语

可能吗

0 投票
1 回答
140 浏览

android - 好的谷歌在我的应用程序中的响应?

大家好,我正在使用 ok 谷歌语音搜索。

我想要做的是当用户说一些像“你好”这样的关键字时。

在此处输入图像描述

到主屏幕确定谷歌。然后,我想在我的应用程序中使用 ok google 回调。

例如:如果我对 ok google 语音搜索说“你好”,如下所示。那么我希望在我的应用程序 textView 中打印“你好”这个词。

如果可能,请提供帮助,任何答案都应该受到赞赏。谢谢

0 投票
0 回答
92 浏览

android - 好的 Google 不会启动该应用程序?

我正在 android 中使用 okgoogle,并希望通过 okgoogle 语音搜索启动我的 android 应用程序。

例如:如果我说好的 google .. 打开 myApplication

所以我的应用程序应该启动,但这不适用于我的应用程序。

当我说好的谷歌打开 Facebook 然后它会将我重定向到 Facebook 应用程序。

请帮忙!!

0 投票
0 回答
364 浏览

android - Android语音输入在魅族M5上挂了我的应用

我在我的 Android 应用程序中使用无对话语音输入:

部分用户反映在魅族 M5 上单击按钮(在 onButtonClick 侦听器中)后应用程序挂起。其他设备没有任何问题。一位魅族 M5 用户发送了以下错误报告:

请问如何用魅族M5解决这个问题?

0 投票
0 回答
196 浏览

google-apps - Google Voice Integration to App: Google unable to open my application

I am trying to search my app using google now voice command like: "Search something on APP_NAME".

And I am using it for my app Pluto (https://play.google.com/store/apps/details?id=com.tamal.voicesearch). Now the problem is this voice search was working 2 weeks back (for my other apps). Now it is not working in some of my devices but in some it is working. More interestingly in all these devices voice search is working for application like Flipkart.

One weird solution:

I spend a complete day on researching on this issue and then cleared the data of my Google app and uninstall the Updates and suddenly it started working on my Samsung S4 device (Android version: 5.0.1 and Google App version 7.8.22.21 ), please check the attachment. But in my other 2 devices Moto G4 (Android version: 7.0.0) and Nexus 5 (Android version: 6.0.1) it is still not working (even after clearing data and uninstalling updates of Google App). If I say "Search something on Pluto", it is doing web search.

I have researched but didn't get any explanation or solution for this behavior yet. Not understanding this inconsistency at all. I am using the following documentation for the same:

https://developer.android.com/guide/components/intents-common.html#Search https://www.youtube.com/watch?v=PS1FbB5qWEI

My code is very simple.. the the following in the manifest..

And in Activity fetching the Query string..

And

Please help.

Working screen shot in Samsung S4

enter image description here

Not working screen shot in Moto G4

enter image description here

0 投票
0 回答
186 浏览

android - 使用未发布的应用程序进行 Google Now 语音搜索测试

我正在尝试将语音搜索与我的应用程序集成,以便我的 SearchActivity(这不是我的启动器活动)。为此,我已经完成了以下步骤:

AndroidManifest.xml

可搜索的.xml

VoiceProductSearchActivity.java

现在我尝试以不同的方式测试 adb 命令的功能,例如:

每次它返回错误时:

我是否遗漏了编码中的任何内容或 ADB 命令有任何问题?请帮忙。