Programmer sought to make stack run on webpage

This is the place to offer or seek development services - offer to build apps for others or find a developer to work for you

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

SWEdeAndy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 256
Joined: Sat Aug 16, 2008 9:48 am
Location: Stockholm, Sweden
Contact:

Re: Programmer sought to make stack run on webpage

Post by SWEdeAndy » Wed Jan 18, 2023 8:02 pm

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
Andreas Bergendal
Independent app and system developer
WhenInSpace: https://wheninspace.se

PaulDaMacMan
Posts: 616
Joined: Wed Apr 24, 2013 4:53 pm
Contact:

Re: Programmer sought to make stack run on webpage

Post by PaulDaMacMan » Tue Mar 14, 2023 10:15 pm

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
My GitHub Repos: https://github.com/PaulMcClernan/
Related YouTube Videos: PlayList

Post Reply

Return to “Developer Services Marketplace”