We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 10 matches

by prairieblue
Wed Nov 24, 2004 9:33 am
Forum: Plum DEV Q&A
Topic: improved bargein control for dtmf only
Replies: 2
Views: 5794

Should I be expecting a response from admin or support on this question? I have been, but I may have the wrong idea of the purpose of this forum.
by prairieblue
Fri Nov 19, 2004 12:38 pm
Forum: Plum DEV Q&A
Topic: improved bargein control for dtmf only
Replies: 2
Views: 5794

improved bargein control for dtmf only

I am using the following grammar with the intent of allowing bargein only from dtmf inputs, and not from extraneous noise. However, extraneous noise can still exceed the voice recognition threshold and barge in. <grammar type="application/x-jsgf" mode="dtmf"> [0][0](1|2|3|4|5|6|7|8|9|0|"#"|"*") </gr...
by prairieblue
Tue Nov 16, 2004 10:36 pm
Forum: Plum DEV Q&A
Topic: dtmf recognition accuracy with *, #, and digits
Replies: 1
Views: 4738

dtmf recognition accuracy with *, #, and digits

I would like to recognize commands of up to 3 keystrokes, with the possiblility of the first two commands as *. I am using the following grammar: <grammar type="application/x-jsgf" mode="dtmf"> ["*"]["*"](1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | "#") </grammar> The * commands are seldom recognized. I...
by prairieblue
Sat Jan 17, 2004 5:57 pm
Forum: Plum DEV Q&A
Topic: What is Murrow's current availability for developers?
Replies: 3
Views: 8000

Code that worked yesterday and even a few minutes ago is failing on Murrow. It still could be useful to have a location within plum support to send a message to your system maintainers, and to view a current status when it seems that there is a problem. Thanks again for your consideration.
by prairieblue
Fri Jan 16, 2004 3:31 pm
Forum: Plum DEV Q&A
Topic: How do I convert audio files to a different encoding?
Replies: 4
Views: 10671

Here is some additional info on voice coding, gained by detective work mostly. Microsoft SAPI TTS nominally generates a wav file with 16 bit linear coding at a sample rate of 22050 Hz. If you look inside the RIFF header for a wav file, the linear encoding is identified by audio format = 1. The plum ...
by prairieblue
Sun Jan 04, 2004 6:24 am
Forum: Plum DEV Q&A
Topic: What is Murrow's current availability for developers?
Replies: 3
Views: 8000

What is Murrow's current availability for developers?

Can you post a current status message in the Plum Support site identifying Murrow's current availability? I have been developing on Murrow at odd hours of the night when I would have guessed that system loading would be low, and haven't been able to call in. A graphic identifying Murrow's current lo...
by prairieblue
Wed Dec 17, 2003 5:22 pm
Forum: Plum DEV Q&A
Topic: How do I convert audio files to a different encoding?
Replies: 4
Views: 10671

sox

I found the reference to sox in another topic, and have given it a try. I think this will meet my needs. I would still enjoy your insight into strategies for uploading and making files available on the server. My sox solution is implemented via one more program interface and one more call, rather th...
by prairieblue
Wed Dec 17, 2003 3:03 pm
Forum: Plum DEV Q&A
Topic: How do I convert audio files to a different encoding?
Replies: 4
Views: 10671

How do I convert audio files to a different encoding?

I would like to upload voice files from VoiceXML to my server. I am getting close, but need some help. I use: <record name="message" beep="true" maxtime="10s" type="audio/x-wav" finalsilence="4000ms" dtmfterm="true"> to record. I use: <submit next="http://www.somedomain.com/vxml/base/RcdTest.php" me...
by prairieblue
Sat Nov 22, 2003 11:09 pm
Forum: Plum DEV Q&A
Topic: I can POST from voiceXML, but I can't pick up namelist varia
Replies: 2
Views: 7246

I found some code that got me going again

I found a nice exapmple of VoiceXML POST and php response in:
"playing back multiple audio files for numbers"
in this forum.

I think that my problem was in variable definition.
by prairieblue
Sat Nov 22, 2003 1:28 am
Forum: Plum DEV Q&A
Topic: I can POST from voiceXML, but I can't pick up namelist varia
Replies: 2
Views: 7246

I can POST from voiceXML, but I can't pick up namelist varia

Here are a couple of code snippets: voiceXML code: <subdialog name="result" src="#getdriverslicense" namelist="myname"> <param name="birthday" expr="'February 10th, 1970'"/> <filled>You entered <value expr="result.drivelicense"/>. <submit next="http://prairieblue.com/vxml/base/TestResponse.php" meth...