Please do, Simon! Either a PM in here or: andreas at wheninspace.se
Programmer sought to make stack run on webpage
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 190
- Joined: Sat Aug 16, 2008 9:48 am
- Location: Stockholm, Sweden
- Contact:
Re: Programmer sought to make stack run on webpage
-
- Posts: 587
- Joined: Wed Apr 24, 2013 4:53 pm
- Contact:
Re: Programmer sought to make stack run on webpage
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
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