search for: inton

Displaying 20 results from an estimated 39 matches for "inton".

Did you mean: into
2007 Jul 12
0
No subject
...ch shows up in the shopping cart as a separate item. There is no way to see what the requested prompt is! We're going to have a lot of these (remember, each prompt is different), and keeping track of them NOT hassle free. 3. From the web site "Also, you have the ability to upload your own intonation file to ensure a personalized and professional recording every time. ".... what the heck is an intonation file? Is it a text file? Is it an audio recording? What format? The web site doesn't seem to say. Lack of documentation on the web site is NOT hassle free. 4. Of course, when I c...
2019 Jan 25
0
[klibc:update-dash] input: Move all input state into parsefile
...; 0) goto again; break; } } - parselleft = more; + parsefile->lleft = more; savec = *q; *q = '\0'; @@ -298,13 +272,13 @@ again: HistEvent he; INTOFF; history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND, - parsenextc); + parsefile->nextc); INTON; } #endif if (vflag) { - out2str(parsenextc); + out2str(parsefile->nextc); #ifdef FLUSHERR flushout(out2); #endif @@ -312,7 +286,7 @@ again: *q = savec; - return (signed char)*parsenextc++; + return (signed char)*parsefile->nextc++; } /* @@ -323,8 +297,8 @@ again: voi...
2020 Mar 28
0
[klibc:update-dash] dash: input: Move all input state into parsefile
...; 0) goto again; break; } } - parselleft = more; + parsefile->lleft = more; savec = *q; *q = '\0'; @@ -298,13 +272,13 @@ again: HistEvent he; INTOFF; history(hist, &he, whichprompt == 1? H_ENTER : H_APPEND, - parsenextc); + parsefile->nextc); INTON; } #endif if (vflag) { - out2str(parsenextc); + out2str(parsefile->nextc); #ifdef FLUSHERR flushout(out2); #endif @@ -312,7 +286,7 @@ again: *q = savec; - return (signed char)*parsenextc++; + return (signed char)*parsefile->nextc++; } /* @@ -323,8 +297,8 @@ again: voi...
2007 Jul 12
0
No subject
...cart as a separate item. There is no way to see what the requested prompt is! = We're going to have a lot of these (remember, each prompt is different), and = keeping track of them NOT hassle free.<br> <br> 3. From the web site &quot;Also, you have the ability to upload your own intonation file to ensure a personalized and professional recording = every time. &quot;.... what the heck is an intonation file? Is it a text file? Is it = an audio recording? What format? The web site doesn't seem to say. Lack of documentation on the web site is NOT hassle free.<br> <b...
2007 Jul 12
0
No subject
...cart as a separate item. There is no way to see what the requested prompt is! = We're going to have a lot of these (remember, each prompt is different), and = keeping track of them NOT hassle free.<br> <br> 3. From the web site &quot;Also, you have the ability to upload your own intonation file to ensure a personalized and professional recording = every time. &quot;.... what the heck is an intonation file? Is it a text file? Is it = an audio recording? What format? The web site doesn't seem to say. Lack of documentation on the web site is NOT hassle free.<br> <b...
2019 Jan 25
0
[klibc:update-dash] eval: Return status in eval functions
...+ + return status; } @@ -465,7 +469,7 @@ out: * Kick off a subshell to evaluate a tree. */ -STATIC void +STATIC int evalsubshell(union node *n, int flags) { struct job *jp; @@ -494,8 +498,8 @@ nofork: status = 0; if (! backgnd) status = waitforjob(jp); - exitstatus = status; INTON; + return status; } @@ -541,7 +545,7 @@ expredir(union node *n) * of all the rest.) */ -STATIC void +STATIC int evalpipe(union node *n, int flags) { struct job *jp; @@ -549,6 +553,7 @@ evalpipe(union node *n, int flags) int pipelen; int prevfd; int pip[2]; + int status = 0;...
2020 Mar 28
0
[klibc:update-dash] dash: eval: Return status in eval functions
...+ + return status; } @@ -465,7 +469,7 @@ out: * Kick off a subshell to evaluate a tree. */ -STATIC void +STATIC int evalsubshell(union node *n, int flags) { struct job *jp; @@ -494,8 +498,8 @@ nofork: status = 0; if (! backgnd) status = waitforjob(jp); - exitstatus = status; INTON; + return status; } @@ -541,7 +545,7 @@ expredir(union node *n) * of all the rest.) */ -STATIC void +STATIC int evalpipe(union node *n, int flags) { struct job *jp; @@ -549,6 +553,7 @@ evalpipe(union node *n, int flags) int pipelen; int prevfd; int pip[2]; + int status = 0;...
2007 Jul 12
0
No subject
...ch shows up in the shopping cart as a separate item. There is no way to see what the requested prompt is! We're going to have a lot of these (remember, each prompt is different), and keeping track of them NOT hassle free. 3. From the web site "Also, you have the ability to upload your own intonation file to ensure a personalized and professional recording every time. ".... what the heck is an intonation file? Is it a text file? Is it an audio recording? What format? The web site doesn't seem to say. Lack of documentation on the web site is NOT hassle free. 4. Of course, when I c...
2004 Aug 06
2
speex preprocess redux
...work very well on open-air microphones. <p>One thing I've found in using the preprocessor that I need to find a solution for is that sometimes the denoiser is incorrectly detecting speech as noise. This happens when a speaker speaks for a while, and the denoiser tries to remove their intonation (i.e. the sound of their voicebox; the vowels). The result is that towards the ends of sentences, their voice gets "thinned" out. I'd like to find out how to "slow down" the rate of adaptation within the denoiser to make this less likely to happen. I assume that t...
2004 Jan 17
9
New sounds also now in CVS
The soundfiles I submitted earlier today have been cleaned up, and added to the Digium CVS server in a more formal manner. Also, some of the really bad formatting in my .txt description file has been rectified. All of the sounds on my website are now on the Digium site, and I will be submitting future changes via patches to Digium for additional sounds. Ideas welcome for more text; I may
2007 Jul 12
0
No subject
...ch shows up in the shopping cart as a separate item. There is no way to see what the requested prompt is! We're going to have a lot of these (remember, each prompt is different), and keeping track of them NOT hassle free. 3. From the web site "Also, you have the ability to upload your own intonation file to ensure a personalized and professional recording every time. ".... what the heck is an intonation file? Is it a text file? Is it an audio recording? What format? The web site doesn't seem to say. Lack of documentation on the web site is NOT hassle free. 4. Of course, when I c...
2019 Jan 25
0
[klibc:update-dash] [BUILTIN] Do not allow break to break across function calls
...funcline; + saveloopnest = loopnest; savehandler = handler; if ((e = setjmp(jmploc.loc))) { goto funcdone; @@ -940,6 +942,7 @@ evalfun(struct funcnode *func, int argc, char **argv, int flags) shellparam.malloc = 0; func->count++; funcline = func->n.ndefun.linno; + loopnest = 0; INTON; shellparam.nparam = argc - 1; shellparam.p = argv + 1; @@ -950,6 +953,7 @@ evalfun(struct funcnode *func, int argc, char **argv, int flags) poplocalvars(0); funcdone: INTOFF; + loopnest = saveloopnest; funcline = savefuncline; freefunc(func); freeparam(&shellparam);
2020 Mar 28
0
[klibc:update-dash] dash: [BUILTIN] Do not allow break to break across function calls
...funcline; + saveloopnest = loopnest; savehandler = handler; if ((e = setjmp(jmploc.loc))) { goto funcdone; @@ -940,6 +942,7 @@ evalfun(struct funcnode *func, int argc, char **argv, int flags) shellparam.malloc = 0; func->count++; funcline = func->n.ndefun.linno; + loopnest = 0; INTON; shellparam.nparam = argc - 1; shellparam.p = argv + 1; @@ -950,6 +953,7 @@ evalfun(struct funcnode *func, int argc, char **argv, int flags) poplocalvars(0); funcdone: INTOFF; + loopnest = saveloopnest; funcline = savefuncline; freefunc(func); freeparam(&shellparam);
2003 Mar 09
0
Festival Strange Compilation Error
Hi, While compiling destival 1.4.2 on redhat 8.0 i got the final error ... Making in directory intonation/tilt ... Making in directory ./lib ... Making in directory ./main ... gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib -lestbase -L../lib -leststring -ltermcap -ldl -lm -lstdc++ ../lib/libestbase.a(vector_c_t.o): In function `EST_TVector<char>::save(EST_String const&...
2003 May 02
0
Digium Announcements - Asterisk G.729 Availability & thevoice.digium.com
...and cost effective way to have customized recordings done quickly and with no hassle. An easy to navigate and user-friendly interface for the website allows you to enter the text for a prompt and input comments for guiding Allison through the recording. Also, you have the ability to upload your own intonation files or samples to ensure a personalized and professional recording every time! For more information, please visit http://www.digium.com/index.php?menu=thevoice . Allison's voice is the voice of Asterisk. Her professional career includes many well know clients including the voice of .San...
2014 May 20
2
Voicemail message to text
HI there I was wondering if anyone has implemented voicemail to text and if so, what package is being used to do so? Thanks in Advance Ish -- Ishfaq Malik Department: VOIP Support Company: Packnet Limited t: +44 (0)845 004 4994 f: +44 (0)161 660 9825 e: ish at pack-net.co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street Manchester,
2019 Jan 25
0
[klibc:update-dash] jobs - Do not block when waiting on SIGCHLD
...deletions(-) diff --git a/usr/dash/eval.c b/usr/dash/eval.c index 2f662e3e..56661880 100644 --- a/usr/dash/eval.c +++ b/usr/dash/eval.c @@ -859,10 +859,8 @@ bail: if (!(flags & EV_EXIT) || have_traps()) { INTOFF; jp = makejob(cmd, 1); - if (forkshell(jp, cmd, FORK_FG) != 0) { - INTON; + if (forkshell(jp, cmd, FORK_FG) != 0) break; - } FORCEINTON; } listsetvar(varlist.list, VEXPORT|VSTACK); @@ -875,11 +873,8 @@ bail: if (execcmd && argc > 1) listsetvar(varlist.list, VEXPORT); } - if (evalbltin(cmdentry.u.cmd, argc, argv, flags)) { - i...
2020 Mar 28
0
[klibc:update-dash] dash: jobs - Do not block when waiting on SIGCHLD
...deletions(-) diff --git a/usr/dash/eval.c b/usr/dash/eval.c index 722066e5..13e690e7 100644 --- a/usr/dash/eval.c +++ b/usr/dash/eval.c @@ -859,10 +859,8 @@ bail: if (!(flags & EV_EXIT) || have_traps()) { INTOFF; jp = makejob(cmd, 1); - if (forkshell(jp, cmd, FORK_FG) != 0) { - INTON; + if (forkshell(jp, cmd, FORK_FG) != 0) break; - } FORCEINTON; } listsetvar(varlist.list, VEXPORT|VSTACK); @@ -875,11 +873,8 @@ bail: if (execcmd && argc > 1) listsetvar(varlist.list, VEXPORT); } - if (evalbltin(cmdentry.u.cmd, argc, argv, flags)) { - i...
2019 Jan 25
0
[klibc:update-dash] eval: Reap zombies after built-in commands and functions
...al.c +++ b/usr/dash/eval.c @@ -848,6 +848,8 @@ bail: goto out; } + jp = NULL; + /* Execute the command. */ switch (cmdentry.cmdtype) { default: @@ -856,7 +858,6 @@ bail: INTOFF; jp = makejob(cmd, 1); if (forkshell(jp, cmd, FORK_FG) != 0) { - status = waitforjob(jp); INTON; break; } @@ -875,22 +876,22 @@ bail: if (evalbltin(cmdentry.u.cmd, argc, argv, flags)) { if (exception == EXERROR && spclbltin <= 0) { FORCEINTON; - goto readstatus; + break; } raise: longjmp(handler->loc, 1); } - goto readstatus; + break;...
2004 Jul 29
1
Asterisk and festival
...s/wagon/dlist.cc patching file stats/wagon/wagon.cc patching file testsuite/hash_regression.cc patching file utils/EST_ServiceTable.cc __SNIP__ and festival patch says. __SNIP__ patching file src/modules/base/phrasify.cc patching file src/modules/base/word.cc patching file src/modules/Intonation/int_tree.cc patching file src/modules/Text/token.cc patching file src/modules/Text/xxml.cc patching file src/modules/UniSyn_diphone/us_diphone_index.cc __SNIP__ so I am patching them. I setup and extension to test festival and when I dial it I get . __SNIP__ -- Executing Answe...