- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我经常使用 iSpeech http://www.ispeech.org我想知道你们这些向导是否能够创建一个书签、脚本或插件来自动将剪贴板或选定的文本发送到 ispeech http://www.ispeech.org/convert.text.php或者提供一些具有类似功能的其他脚本、插件、书签的示例,以便我可以自己创建。
使用示例:
选择文本 > 右键单击 > 发送到 iSpeech选择文本 > 单击书签 > 发送到 iSpeech
看起来他们也有一个 API http://www.ispeech.org/api
更新:我已经离目标更近了。我想我可以使用 Firefox 内置的 searchplugin UI 来实现此目的。
以下是链接示例:
现在,我所要做的就是将其格式化为搜索插件,它应该可以解决问题......也许。
最佳答案
关闭,但没有雪茄。 searchplugin UI 传递的 {searchTerms} 似乎有字符限制。
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>iSheech</ShortName>
<Description>iSpeech Convert Text</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16"></Image>
<Url type="application/x-suggestions+json" method="GET"
template="http://www.ispeech.org/convert.text.php={searchTerms}" />
<Url type="text/html" method="GET" template="http://www.ispeech.org/convert.text.php?type=text&voice=usenglishmale2&voiceSpeed=0&={searchTerms}">
<Param name="text" value="{searchTerms}"/>
</Url>
<SearchForm>http://www.ispeech.org/convert.text.php</SearchForm>
</SearchPlugin>
关于php - 为 iSpeech 创建 Send-to Hook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5686398/
This question is unlikely to help any future visitors; it is only relevant to a small geographic are
我正在尝试将 iSpeech SDK( https://www.ispeech.org/developers/iphone ) 用于我的 iPhone 应用程序以进行语音识别。 SDK 工作正常。但我
我正在尝试使用适用于 iOS 的 iSpeech SDK。 我使用的是免费版。 我可以使用以下代码进行英文文本转语音。 [ispeech ISpeechSpeak:@"HELLO World"];
我经常使用 iSpeech http://www.ispeech.org我想知道你们这些向导是否能够创建一个书签、脚本或插件来自动将剪贴板或选定的文本发送到 ispeech http://www.is
由于 iSpeechSDK 是为 Objective-C 编写的,因此我尝试使用桥接 header 将其导入我现有的 iOS 项目中。我已经复制了所有相关的 header 和框架。但是,我仍然无法调用
我是一名优秀的程序员,十分优秀!