- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新
我在不同的设备上安装了 iOS 13 GM,没有遇到这个问题。所以我不再确定这是否特定于 iOS 13 GM,或者关于我安装它的方式。在第一台设备(iPhone X)上,我进行了升级(通过 iTunes 中的“Option Key + Check for Update Button”)。在第二台设备(iPhone SE)上,我进行了完全恢复。还不确定是什么导致它进入这种状态。
原问题 AVSpeechSynthesisVoice.speechVoices()
报告说当我使用 iOS 13 GM 在我的设备上运行它时没有可用的声音。事实上,当我尝试使用 AVSpeechSynthesisVoice(identifier:)
加载语音时它总是返回零。它在模拟器中工作。我不认为这是以前测试版的问题,它似乎适用于 iOS 13.1 beta 2 和 3。
有没有人遇到过这个,并想出了任何解决方法?我没有看到任何有意改变这种行为的文档,所以我怀疑这是一个错误。我打算提交雷达。但这对即将发布的 iOS 13 无济于事。
这种行为可以在新创建的单一 View 项目中重现,以下是微不足道的 viewDidLoad
功能添加到包含的 View Controller 。
override func viewDidLoad() {
super.viewDidLoad()
let voices = AVSpeechSynthesisVoice.speechVoices()
print("Voice Count: \(voices.count)")
}
2019-09-11 10:43:09.370992-0400 SpeechTest[1617:412065] Creating client/daemon connection: C591307C-313E-4B5F-91A8-184B7E662819
2019-09-11 10:43:09.396250-0400 SpeechTest[1617:412065] Got the query meta data reply for: com.apple.MobileAsset.MacinTalkVoiceAssets, response: 0
2019-09-11 10:43:09.397519-0400 SpeechTest[1617:412065] Consumed extension
2019-09-11 10:43:09.401982-0400 SpeechTest[1617:412065] Got the query meta data reply for: com.apple.MobileAsset.MacinTalkVoiceAssets, response: 0
Voice Count: 0
2019-09-11 10:43:09.435890-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.445269-0400 SpeechTest[1617:412066] Consumed extension
2019-09-11 10:43:09.468849-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.499573-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.520244-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.GryphonVoice, response: 0
2019-09-11 10:43:09.545243-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.CustomVoice, response: 0
2019-09-11 10:43:09.549941-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.CombinedVocalizerVoices, response: 2
2019-09-11 10:43:09.550075-0400 SpeechTest[1617:412066] [AXTTSCommon] Error running custom voice query XML not present
2019-09-11 10:43:09.569114-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.599459-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.630763-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServicesVocalizerVoice, response: 0
2019-09-11 10:43:09.650161-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.GryphonVoice, response: 0
2019-09-11 10:43:09.666885-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.CustomVoice, response: 0
2019-09-11 10:43:09.671279-0400 SpeechTest[1617:412066] Got the query meta data reply for: com.apple.MobileAsset.VoiceServices.CombinedVocalizerVoices, response: 2
2019-09-11 10:43:09.671412-0400 SpeechTest[1617:412066] [AXTTSCommon] Error running custom voice query XML not present
...
最佳答案
我有同样的 AVSpeechUtterance 问题,随着时间的推移,它似乎已经在我的设备上自行解决。使用之前崩溃的应用程序或全新安装一段时间后,我不再在 iOS 13 或 13.1 上崩溃。
关于avfoundation - 文本到语音 API (AVSpeechSynthesisVoice) 在 iOS 13 GM 中损坏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57891839/
我正在尝试编写一个基本的 Greasemonkey 脚本,但我遇到了一些问题。本质上,该脚本将刷新页面并计算页面上的图像数量。如果图像数量增加,它会提醒我并激活该选项卡。如果图像数量相同或更少,它将以
我在 iPhone 5s(型号 A1530,iOS 8 build 12A365)上使用 Xcode 6 GM Seed(build 6A313)。我通过 USB 避雷线连接 iPhone。但在 Xc
当我为 iOS 运行 Today 扩展程序时出现此错误: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from:
我使用 iOS 10 Beta 7 和 Xcode 8 beta 测试了我的应用,一切正常。然而,就在几分钟前,我安装了现在可用的 GM 版本,但遇到了一个奇怪的问题。 我在我的应用程序中使用自定义表
我正在尝试更新我们的 iPhone 应用程序以与 iOS 8 一起使用,但是当我使用 XCode 6 进行构建时,它会在编译 Storyboard时卡住并开始占用磁盘空间和内存 - 这种情况偶尔会发生
我正在使用 AVAssetWriter,它在 iOS6 上完美运行。 问题是,当我调用 finishWritingWithCompletionHandler ,完成处理程序不会在 iOS7 GM 上调
我有以下 Buffer 对象数组,这些对象是从由 jpg 和 png, ] 我正在尝试使用 Node.js 库 gm 将图像拼接在一起。 var currentGm = gm(images.
我的源数据如下所示: ab ab 我在上面运行以下命令: function lintPost(postText) { var replacements = { a : "4",
我正在尝试在 javax.mail 中使用 google 为 gmail 创建的 X-GM-EXT-1 IMAP 扩展。文档在这里https://developers.google.com/gmail
网页上有 function fn982734() { // some code } 在我的 Greasemonkey 脚本中,我有以下代码: var fn = fields[
这个问题在这里已经有了答案: Stop execution of Javascript function (client side) or tweak it (5 个答案) 关闭 9 年前。 我试图
我想将我的 iPad 更新到 iOS 4.2(我是注册开发者),但我想等到最终版本。 GM是最终版本,还是GM之后的最终版本进行了更改? 最佳答案 不一定。它们可以被制作,但大多数时候 GM 将是最终
我正在尝试获取图像网址,获取图像,然后将其写入文件系统,然后调整其大小。在调整大小结束时,我想将其返回到响应,以便客户端获取图像。现在 stdout.pipe(res) 没有返回,我收到 events
我正在努力解决我的脚本问题。无论我尝试做什么 GM.xmlHttpRequest 都会抛出错误“不是函数”。 我的其余代码工作正常。 这是我的代码的删节版: // ==UserScript== //
我是 xcode 和 ios 开发的新手。最近我看到了 xcode 版本,例如 xcode 6.0 通用 然后 xcode 6.0 .我想知道我们应该用GM做什么或者我们需要等到非GM发布才能构建io
以下代码创建内容为未定义的警报: // ==UserScript== // @name Unnamed Script 188765 // @version 1 // @grant GM
我从一开始就开始使用测试版(我已经安装了xcode 9和xcode 10 beta),今天我卸载了xcode9并安装了xcode10GM,但是当我的 Storyboard中有一个项目时,图形元素没有显
我使用 OS 10.10,Xcode 6 GM,我的项目由 swift(和 Objective-C)编写。 该项目可以使用Xcode 6-beta7运行。 Process:
我正在开发一个 iOS 应用程序,它在 Xcode 11.7 上运行良好,但是当我在 Xcode 12 中运行相同的代码并且当我进入 UIPageViewController 时,应用程序运行到无限循
我正在使用 gm对于带有 express.js 的 linux 服务器上的 node.js。它适用于小于 2MB 文件大小的图像。但是一旦超过,代码就会停止工作。这是代码 gm('public/'+a
我是一名优秀的程序员,十分优秀!