Simple text to speech.. I believe in asp (or is it .net?)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerger
    New Member
    • May 2007
    • 77

    Simple text to speech.. I believe in asp (or is it .net?)

    I have converted my dictionary program into a simple asp program. It works great... but I now want to add speech functionality but have not had any success. I have tried several online templates that give errors... or I have added suggested code to my own... which then breaks my code!

    Please, if anyone is an expert in TSS ... could you make me a simple asp page template... that I can then utilize on my own?

    My program stores each word into part of the variable's array... then one by one... translates each word. So basically I need to have one word in a variable... applied to TSS when a button is clicked.

    Please... help me.. I'll donate 20$ to any charity you like... well almost any. lol. I'm making this website to help preserve a language that has been almost destroyed after the vietnam war due to communists cracking down on non-communists killion thousands of hmong people. Here is my sample site:
    http://www.facilitiesn et.com/visitorcenter/test/dictionary2.asp

    I didn't really design a website yet, thats just the program. My goal is to have a button that reads their sentance in english... next to the button "translate" ... but I really just need a template.

    My code is very simple just asp and html. Is there a way to add tss? I don't mind if I have to use aspx... but the more simpler the better.

    1. need a button that says "speak" or something
    2. the button needs to read an english string outloud or one word...
    3. the code can be mingled with html/asp...

    thanks! I have been frustrated as heck with this spending at least 15 hours so far with no luck.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    I don't believe you can do this with ASP. ASP is executed entirely on the server, once the code is sent to the browser it is dead. ASP.NET has some client-side functionality - what is the file extension? .aspx is ASP.NET - post your question in the .NET forum.

    Jared

    Comment

    • DaveWells
      New Member
      • Nov 2021
      • 1

      #3
      You can use WebsiteVoice text to speech tool with a JS code embedded on your website.

      Comment

      Working...