Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 11 of 11
  1. #1
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137

    Do you mind if a I get a little Sapi with you?

    Note: make sure to "turn on" the LuaCOM plugin (AMS 6)

    Code:
    VoiceObj = luacom.CreateObject("Sapi.SpVoice")
    
    speaktext1 = "<rate speed='-20'><emph>I can talk so so slow.<emph>"
    
    speaktext2 = "<rate speed='3'><emph>Or I can talk really fast!<emph>"
    
    VoiceObj:Speak(speaktext1)
    
    VoiceObj:Speak(speaktext2)
    
    Application.Exit()
    Intrigued

  2. #2
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    it works on Version 5 too.

    chris

  3. #3
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Nice---O, Intrigued...
    Any way to change voices etc? Can you point me to a site with details on that?

    Thanks

    Yossi

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by yosik
    Nice---O, Intrigued...
    Any way to change voices etc? Can you point me to a site with details on that?

    Thanks

    Yossi
    Per AMS 5, it does (work with it), folks just need to make sure they have downloaded and installed (then "turned on") the plugin.

    And I did find information for more voices. TJ-TIGGER also played with this, I'm not sure if his post contains a link to the other voices or not. I did run across how to use th voices but this morning I have to run off to work. I'll check later unless 'TIG has such ready to go?
    Intrigued

  5. #5
    Join Date
    Oct 2004
    Location
    East, South & West Asia
    Posts
    1,020
    Quote Originally Posted by Intrigued
    Per AMS 5, it does (work with it), folks just need to make sure they have downloaded and installed (then "turned on") the plugin.

    And I did find information for more voices. TJ-TIGGER also played with this, I'm not sure if his post contains a link to the other voices or not. I did run across how to use th voices but this morning I have to run off to work. I'll check later unless 'TIG has such ready to go?
    Hi,

    Simple 3 line script with amazing feat you shared with us. Potentially useful for blind computer users and pre-schoolers. Great piece Intrigue.

    I placed it at the Scripts Module as a .lua and called using "require". Its very fast. Will use it as a program start and time trigger for now.

    Is there any version other than English or we have to mess around chunks of English syllables into foreign sound?

  6. #6
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    For part one that's what I was thinking (speech tool of sorts).

    And for the second part about other languages... I have not delved that far into such. But, that is something that could use a good checking out.

    Intrigued

  7. #7
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    i used this before in conjunction with MS AGENT. it would work pretty good as a learning tool for preschool kids. i'll look around as see if i can find the scripts. Its easy to figure out. i got most of it from Worm i think.

    chris

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by stickck
    i used this before in conjunction with MS AGENT. it would work pretty good as a learning tool for preschool kids. i'll look around as see if i can find the scripts. Its easy to figure out. i got most of it from Worm i think.

    chris
    Got your back (so does Worm) ;-) :

    http://www.indigorose.com/forums/sho...hlight=MSAGENT
    Intrigued

  9. #9
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    YEA! That's it. i used that project and added it to a Quiz program I was working on (still messing with the automation of Excel with LUACOM). i'll see if i can find the scripts i was using to make SAPI work with MS AGENT. it's very simple. (its the only thing i've been able to get working right with LUACOM)

    Thanks Intrigued!

    chris

  10. #10
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    here is a link to download some different languages for SAPI.
    http://nextup.com/TextAloud/SpeechEn...morefreevoices

    or go to Microsofts site for a larger selection of languages. http://www.microsoft.com/msagent/downloads/user.asp

    chris

  11. #11
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Nice!

Similar Threads

  1. Yes, No? Make up your mind!
    By Bruce in forum AutoPlay Media Studio 5.0
    Replies: 31
    Last Post: 08-26-2004, 06:12 PM
  2. Simple question from a simple mind
    By brdga in forum AutoPlay Media Studio 5.0
    Replies: 3
    Last Post: 06-24-2004, 08:00 AM
  3. mind boggling file insert problem
    By gnetcanada in forum AutoPlay Media Studio 5.0
    Replies: 14
    Last Post: 02-20-2004, 04:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts