See the top rated post in this thread. Click here

Page 4 of 8 FirstFirst 12345678 LastLast
Results 31 to 40 of 74

Thread: AutoCAD Speak

  1. #31
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Try to see if Speech works from your Speech options in the Control Panel:
    Start Menu / Control Panel / Speech / Text to Speech tab / Preview Voice button
    This may look different in your version of Windows.
    I looked up "vlax-invoke" in AutoCAD help and found the following interesting info.
    I'm wondering if "vlax-invoke" should really be changed to "vlax-invoke-method"?
    I haven't tested it yet, but I thought it was interesting.
    Code:
    (vlax-invoke-method obj method arg [arg...]) 
    This function was known as vlax-invoke prior to AutoCAD 2000.
    Attached Images Attached Images
    Last edited by Terry Cadd; 2007-01-22 at 03:08 PM.

  2. #32
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    I remarked it out of my acad.lsp, guess Steve Balliet and I will have to wait for an upgrade to Windows XP.
    Bummer!

  3. #33
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    We're all trying to convince the boss to upgrade us to AutoCAD 2007. His reply is always, "What's wrong with 2006?"
    Code:
    (SayIt "It's a real bummer!")

  4. #34
    All AUGI, all the time SRBalliet's Avatar
    Join Date
    2004-06
    Location
    Near Christiansburg, VA Looking for a closer job!
    Posts
    500
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by Tom Beauford
    I remarked it out of my acad.lsp, guess Steve Balliet and I will have to wait for an upgrade to Windows XP.
    Bummer!
    It stinks for sure. I'm supposed to get a new machine the middle of this year. Can't wait.
    Last edited by SRBalliet; 2007-01-22 at 04:54 PM.

  5. #35
    All AUGI, all the time SRBalliet's Avatar
    Join Date
    2004-06
    Location
    Near Christiansburg, VA Looking for a closer job!
    Posts
    500
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by Terry Cadd
    Try to see if Speech works from your Speech options in the Control Panel:
    Start Menu / Control Panel / Speech / Text to Speech tab / Preview Voice button
    This may look different in your version of Windows.
    I looked up "vlax-invoke" in AutoCAD help and found the following interesting info.
    I'm wondering if "vlax-invoke" should really be changed to "vlax-invoke-method"?
    I haven't tested it yet, but I thought it was interesting.
    Code:
    (vlax-invoke-method obj method arg [arg...]) 
    This function was known as vlax-invoke prior to AutoCAD 2000.
    Yes my Speech works when I test it, but can't get it to work through AutoCAD with WIN2000.

  6. #36
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by srb
    Yes my Speech works when I test it, but can't get it to work through AutoCAD with WIN2000.
    Check your registry at HKEY_CLASSES_ROOT to see if the class name (Sapi.SpVoice) is the same in win2000.
    C:> ED WORKING....


    LinkedIn

  7. #37
    All AUGI, all the time SRBalliet's Avatar
    Join Date
    2004-06
    Location
    Near Christiansburg, VA Looking for a closer job!
    Posts
    500
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by Ed Jobe
    Check your registry at HKEY_CLASSES_ROOT to see if the class name (Sapi.SpVoice) is the same in win2000.
    Yes I have:

    Sapi.SpVoice
    Sapi.SpVoice.1

    SAPI version 5.0.2602.00

    But I still can't get it to work.
    Last edited by SRBalliet; 2007-01-24 at 06:19 PM.

  8. #38
    Administrator Ed Jobe's Avatar
    Join Date
    2000-11
    Location
    Turlock, CA
    Posts
    6,420
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by srb
    Yes I have:

    Sapi.SpVoice
    Sapi.SpVoice.1

    SAPI version 5.0.2602.00

    But I still can't get it to work.
    The only thing I can think of now, is to debug the code in vlide and see if you got it right.
    C:> ED WORKING....


    LinkedIn

  9. #39
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: AutoCAD Speak

    Quote Originally Posted by Ed Jobe
    The only thing I can think of now, is to debug the code in vlide and see if you got it right.
    No one has gotten this to work in Windows 2000. No amount of debuging, kicking or droping the computer on the floor will help.

  10. #40
    All AUGI, all the time zoomharis's Avatar
    Join Date
    2005-02
    Location
    Abu Dhabi (Native-India)
    Posts
    506
    Login to Give a bone
    1

    Default Re: AutoCAD Speak

    And here goes the VBA Version of the program........


Page 4 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Replies: 0
    Last Post: 2015-08-07, 04:03 PM
  2. Speak 4 cad
    By maa in forum Software
    Replies: 9
    Last Post: 2006-06-30, 12:13 PM
  3. speak to autocad
    By jaberwok in forum Software
    Replies: 9
    Last Post: 2005-11-09, 08:12 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
  •