Hey guys! I have just testing voicemail to text.. and i have an issue, Hope you will help to fix them. I am following http://www.circuitid.com/blog/how-to-setup-voicemail-transcription-with-asterisk-using-pocketsphinx pocketsphinx application but issue is file format i am getting following error when i try manually. so do i need to convert this file everytime in 8khz format ??? root at satish-desktop:~# /usr/local/bin/pocketsphinx_continuous -infile /var/spool/asterisk/voicemail/default/7207/INBOX/msg0006.wav ...... ...... ...... INFO: ngram_search_fwdtree.c(191): before: 0 root, 0 non-root channels, 60 single-phone words INFO: ngram_search_fwdtree.c(326): after: max nonroot chan increased to 13428 INFO: ngram_search_fwdtree.c(338): after: 457 root, 13300 non-root channels, 26 single-phone words INFO: ngram_search_fwdflat.c(156): fwdflat: min_ef_width = 4, max_sf_win = 25 INFO: continuous.c(367): /usr/local/bin/pocketsphinx_continuous COMPILED ON: Apr 20 2011, AT: 14:35:54 FATAL_ERROR: "continuous.c", line 149: Failed to calibrate voice activity detection -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110420/738aece4/attachment.htm>
On Wed, 20 Apr 2011, satish patel wrote:> pocketsphinx application but issue is file format i am getting following > error when i try manually.? so do i need to convert this file everytime > in 8khz format ???Google says this will help: http://nsh.nexiwave.com/2010/09/voicemail-transcription-with.html -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
Hey Thanks for that reply after add following option it works but the text output is totally different.. what its totally different is this dictionary problem ? -hmm /var/lib/asterisk/communicator -samprate 8000 In audio file its just: Hello satish this is test message 000000000: i started is it see no oil you did to less this tonight Date: Wed, 20 Apr 2011 13:24:20 -0700 From: asterisk.org at sedwards.com To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] VoiceMail to text mail On Wed, 20 Apr 2011, satish patel wrote:> pocketsphinx application but issue is file format i am getting following > error when i try manually. so do i need to convert this file everytime > in 8khz format ???Google says this will help: http://nsh.nexiwave.com/2010/09/voicemail-transcription-with.html -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards sedwards at sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110420/8cb078bf/attachment.htm>
On Wed, Apr 20, 2011 at 4:35 PM, satish patel <satish_lx at hotmail.com> wrote:> > Hey Thanks for that reply after add following option it works but the text > output is totally different.. what its totally different is this dictionary > problem ? > > ?-hmm /var/lib/asterisk/communicator -samprate 8000 > > In audio file its just: Hello satish this is test message > > 000000000: i started is it see no oil you did to less this tonightHow many years have you spoken gibberish without knowing? Seriously, though, do you have a bit of an accent (compared to the pocketsphinx developers)? -M