Author |
Topic  |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
Posted - 07 December 2024 : 12:47:34
|
I'm trying to use a MS voice from a vbscript ASP file, run on a local host application. Here's the affected section of code:
Dim speaks, speech
speaks = rsD("Bee")
Set Girl = CreateObject("SAPI.spVoice")
Set Girl.Voice = Girl.GetVoices.Item(0)
Girl.Rate = 3
Girl.Speak "<pitch absmiddle = '8'/>" & speaks
If Err.Description > "" Then Response.Write Err.Description
I'm getting a "Class Not Registered" result. but if I use the code in a stand-alone .vbs file (with the value of 'speaks' specified), it works fine. My best guess is that it's related to permissions, but I haven't been able to set any that work. |
Edited by - Carefree on 07 December 2024 12:49:32 |
|
HuwR
Forum Admin
    
United Kingdom
20593 Posts |
|
Etymon
Advanced Member
    
United States
2391 Posts |
Posted - 20 January 2025 : 17:07:01
|
You guys are still kicking around? Howdy!  |
 |
|
HuwR
Forum Admin
    
United Kingdom
20593 Posts |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
Posted - 04 April 2025 : 08:57:36
|
Still alive, but too blasted old to do any kicking. Had a massive heart attack, followed by heart surgery last year. Now they need to reopen me and replace a heart valve, then they're going to cut open both carotid arteries and put tubes up into my brain. Doesn't that sound like fun? Because of the temporary strokes and seizures that persist in bothering me, the odds of a successful surgery are 11%. But the odds of continuing to survive without it are less. |
 |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20593 Posts |
Posted - 08 April 2025 : 10:38:04
|
[quote]Still alive, but too blasted old to do any kicking. Had a massive heart attack, followed by heart surgery last year. Now they need to reopen me and replace a heart valve, then they're going to cut open both carotid arteries and put tubes up into my brain. Doesn't that sound like fun? Because of the temporary strokes and seizures that persist in bothering me, the odds of a successful surgery are 11%. But the odds of continuing to survive without it are less.[/quote=Originally posted by Carefree]
Good luck for the surgery, hope all goes well. |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
 |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
Posted - 26 April 2025 : 12:03:11
|
They have delayed the carotid artery surgery because they need to operate on my heart first. Ahh, old age is a wonderful thing. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20593 Posts |
Posted - 01 May 2025 : 06:14:29
|
[quote]They have delayed the carotid artery surgery because they need to operate on my heart first. Ahh, old age is a wonderful thing.[/quote=Originally posted by Carefree] It certainly is  |
MVC .net dev/test site | MVC .net running on Raspberry Pi |
 |
|
|
Topic  |
|