問題描述
我正在為我的應用程序尋找一個好的文本到語音 javascript 庫.我環顧四周,看到了 Jtalk 和 speak.js.但我不確定該選擇哪一個.我很想從人們那里了解它們的優缺點,我很想知道你們是否遇到過其他任何 Javascript 插件.
I am looking for a good text to speech javascript library for my application. I looked around and saw Jtalk and speak.js. But I'm not sure which one to go forth with. I'm curious to know from people about the pros and cons of them and I'm interested to know if there's any other Javascript plugin you guys came across.
我基本上是在可視化動畫,我想為視障人士添加一些音頻來告訴他們正在發生的事情.
I am basically visualizing a animation and I wanted to add some audio for sight-impaired people to tell them what is happening.
推薦答案
我建議你使用 JTtalk.這取決于您的目標人群是什么,因為法律上的盲人和您可能認為的盲人可能會有所不同,而且并非每個人都知道盲文.我看到 Jtalk 的好處真的取決于它所擁有的示例,以及它們的工作情況.使用 JTalk 完成項目的整個前端部分只花了我們 2 天時間,因為我們幾乎只是編輯了它的示例.在我/我的團隊看來,Speak.js 的學習曲線更加困難.但是,我們發現演講有點含糊不清,并且存在理解問題,尤其是對于名稱很多的文檔(例如提及公司的股票文章).這就是我們改用盲文的原因.
Well I suggest you use JTtalk. It depends what your target crowd is, because legally blind and what you may think is blind can differ and not everyone knows Braille. The benefits I saw of Jtalk really relied on the examples it had, and how well they worked. To do our entire front-end part of the project with JTalk only took us 2 days, because we pretty much just edited the examples it had. Speak.js had a more difficult learning curve in my/my group's opinion. However, we found that the speech was a bit slurred and had comprehension issues, especially for documents where there were a lot of names (example stock articles mentioning companies). This is why we moved to Braille.
我的高級設計項目是為盲人設計的,但我們意識到文本到語音并不是我們想要去的地方,因為我們覺得盲文更好.使用盲文,您可以更好地執行多項任務,輕松返回和暫停,大多數盲人可以更快地閱讀盲文,然后他們可以聽.
My senior design project was for the blind, however we realized that the text to speech wasn't where we wanted to go because we felt Braille was better. With Braille you can multitask better, easily go back and pause and most blind people can read Braille a lot faster then they can listen.
這篇關于一個好的文本轉語音 JavaScript 庫的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!