gpt4 book ai didi

android - Text to Speech 在 Android 4.2 Jelly Bean 中不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:40:58 28 4
gpt4 key购买 nike

几年前,我们使用 Text to Speech API 向我们的应用程序添加了语音提示,并且一直运行良好。最近,我们开始收到升级到 Android 4.2 Jelly Bean 的用户发来的电子邮件,称语音提示不起作用,并且他们收到一条消息,提示语音数据丢失,需要下载。当他们点击下载时,他们可以选择下载英语以外的语言。

我们在此之后实现了文本到语音 post在 Android 开发者博客上。我们正在调用 TextToSpeech.Engine.ACTION_CHECK_TTS_DATA Intent ,如果返回 TextToSpeech.Engine.CHECK_VOICE_DATA_PASS 以外的任何内容,我们将调用 TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA Intent 。

我们无法访问运行 4.2 的设备。我今天去了一家本地商店,在安装了 4.2 的 Nexus 7 平板电脑上下载了该应用程序,并且能够重现该问题。然而,当我们基于 Nexus 7 创建 AVD 并运行模拟器时,语音提示工作正常,我们无法重现该问题。

最佳答案

礼貌地说,Android OS4.1 和 OS 4.2 的 TTS 检查是不同的。

OS 4.1 没有正确处理安装数据的 Intent *

TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA

OS 4.2 无法正确处理检查语音数据的 Intent *

TextToSpeech.Engine.ACTION_CHECK_TTS_DATA

* 我的意思是它不会像旧版本那样返回正确的状态代码。例如,当 CHECK_TTS_DATA 显然安装了语音数据时,它会返回 CHECK_VOICE_DATA_MISSING_DATA。可能现在需要传递一些其他 Intent 数据,但我不确定将其记录在何处。

在我的应用程序中,我不得不为较新的操作系统版本禁用这些检查。我怀疑 Google 可能已经这样做了,因为他们使用 Android 的条款现在强制要求 TTS(但我无法验证这一点 - 我确信那里有一个网站准确描述了必须实现的内容才能称为“Android”)

更新

正如我所怀疑的那样,Android OS 4.1 现在要求在每台 Android 设备中都包含文本到语音转换功能,因此这些检查现在有些多余。从这个链接:Android 4.1 Compatibility Definition

3.11 Text-to-Speech
Android 4.1 includes APIs that allow applications to make use of text-to-speech (TTS) services, and allows service providers to provide implementations of TTS services [Resources, 32]. Device implementations MUST meet these requirements related to the Android TTS framework:

  • Device implementations MUST support the Android TTS framework APIs and SHOULD include a TTS engine supporting the languages available on the device. Note that the upstream Android open source software includes a full-featured TTS engine implementation.
  • Device implementations MUST support installation of third-party TTS engines.
  • Device implementations MUST provide a user-accessible interface that allows users to select a TTS engine for use at the system level.

关于android - Text to Speech 在 Android 4.2 Jelly Bean 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13558337/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com