AaronZhangL / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

MRCP client on Android based platform. #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

we're currently trying to work directly voice-recog project without IVR/IPPBX 
on your framework

our goal is to make the MRCP client on android platform, and it'll be included 
the RTP,SIP,MRCP stack's.

can you let us know if possible or not, and how can we do this ?

also, please tell us the price of commercial support package.

regards,

Original issue reported on code.google.com by junsoo...@gmail.com on 15 Nov 2010 at 6:42

GoogleCodeExporter commented 9 years ago
Hi,

Although I'm not familiar with the Android platform, reading the following 
overview (http://developer.android.com/sdk/ndk/overview.html), I think it 
should be possible to port UniMRCP client for Android. Moreover, with the 
latest release of NDK, they seem to provide a toolchain which would allow to 
cross-compile UniMRCP (as well as any other C/C++ projects) for the Android 
platform, which is a nice solution, I assume.

Will it work or not, I don't know. Someone should give it a try. Unfortunately, 
I don't have the time for these kind of investigations now.

Regards,
Arsen

Original comment by achalo...@gmail.com on 28 Dec 2010 at 1:10

GoogleCodeExporter commented 9 years ago

Original comment by achalo...@gmail.com on 7 Mar 2013 at 8:51

GoogleCodeExporter commented 9 years ago
I am trying to send mrcp requests from an Android Client for speech synthesis.
I looked over internet but no clue on that. The best I found till now is an 
mrcp4j client implementation. I really appreciate it if someone could point me 
to good links or open source projects where they use to send mrcp requests from 
an Android client for speech synthesis.

Original comment by hassene....@gmail.com on 29 Apr 2013 at 8:54