Page 2 of 2

Re: Programmer sought to make stack run on webpage

Posted: Wed Jan 18, 2023 8:02 pm
by SWEdeAndy
SimonV wrote:
Wed Jan 18, 2023 7:23 pm
Hello SweAndy, I will email you.
(starts writing a message)
Please do, Simon! Either a PM in here or: andreas at wheninspace.se

Re: Programmer sought to make stack run on webpage

Posted: Tue Mar 14, 2023 10:15 pm
by PaulDaMacMan
There is Web Speech API that is a part of HTML5 standards, which a voice-synth might be a lot easier/smoother to use instead of trying to stream a bunch of chopped up sound files of each phonetic sound.

If you look at my demo web stack here, in the upper left is text input field and a button labeled "Say It".
https://openxtalk-org.github.io/OpenXTalk-Playground/

That uses the web speech API (via JavaScript) from the button's script I believe most browsers support the API (certainly works on Safari for me).
It's Open Source code (original stack) is available here:

https://github.com/OpenXTalk-org/OpenXTalk-Playground