O
O
Olzhas Suleimen2015-05-21 13:26:14
speech synthesis
Olzhas Suleimen, 2015-05-21 13:26:14

How can you sound a site?

I am developing a website for a scientific library (a bunch of articles, records, etc.).
Site on bootstrap and wordpress .
The site must be accessible to very visually impaired people.
There is a resizable text. But the voice acting is questionable (on hover)
I think to use something like a speech synthesizer and feed it text, but are there any , or how to do it in JS ?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
I
Ivan, 2015-05-21
@SuleimenLeo

I'm afraid that this cannot be implemented in JS.
The first thing that comes to mind is to install text to speech on the server so that it generates mp3 / wav from text on request.
On the page, JS receives the selected text, sends it via AJAX to the server, and receives an mp3 in response and plays it. I think you can start with Synthesis of Russian speech in Linux . The task is not trivial...
In general, there are online services. For example:
http://translate.google.com/translate_tts?tl=en&q=...

S
sim3x, 2015-05-21
@sim3x

UPD: how yasha does
it not describe https://en.wikipedia.org/wiki/Web_accessibility www.w3.org/WAI www.w3.org/WAI/intro/accessibility.php

E
Evgeny Petrov, 2015-05-21
@Petroveg

Has Google banned it ? ..
Take, for example, iSpeech - “Hey-hop la-la-lay” .

V
vgray, 2020-06-06
@vgray

Use the Yandex matchkit, on the basis of it (as well as on the basis of bing, google and a bunch of other platforms) there are online talkers like https://voxworker.com/ru

G
Gerasim971, 2020-07-28
@Gerasim971

A script from the retell service is installed on sports.ru , just for your task

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question