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, M1 2JW COMPANY REG NO. 04920552 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140520/1594b366/attachment.html>
On 20 May 2014, at 15:35, Ishfaq Malik <ish at pack-net.co.uk> wrote:> I was wondering if anyone has implemented voicemail to text and if so, what package is being used to do so?With the huge variety of different accents and intonations in human speech (even in one country), my experience of all speech-to-text engines has been one of poor accuracy at best. If you need messages-to-text, generally best to use a virtual PA company or similar - at least in my experience. Kind regards, Chris -- This email is made from 100% recycled electrons
Hi, we implemented ispeech for voice recognition. I works fine. But you have to develop an app of your own to do it. Take a look at http://www.ispeech.org/api (Section 3 Automated Speech Recognition). ispeech let you upload a recorded speex file via http-upload and will return the result at once as http-result. On their website you will find some code also to implement their service in any app. It's simple and you will get a quick result. Best regards -Thorsten- Am 20.05.2014 16:35, schrieb Ishfaq Malik:> 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 <mailto: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, M1 2JW > COMPANY REG NO. 04920552-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140521/a8fe5730/attachment.html>