VoiceAge G729

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



static link follow pjsip guide line.

regards,
Gang

On Sat, Jun 6, 2009 at 12:22 AM, Salvatore Balzano
<s.balzano at smartsoft.it>wrote:

> Hi Gang,
>
> What DLLs are tou redistributing?
> Mine are ippsc* (Speech coding) and ippsr* (Speech recognition) plus some
> other common dll. Without these, i get a "file not found" error or
> "waterfall procedure could not find any dll" error.
>
> Can you post your dll list?
>
> Thanks,
> Salvatore.
>
> As I remember, no more than 3M when included IPP 5.
>
> regards,
> Gang
>
> On Thu, Jun 4, 2009 at 9:40 PM, Salvatore Balzano <s.balzano at smartsoft.it> <s.balzano at smartsoft.it>wrote:
>
>
>
> Hi all,
>
> I've tryed Intel IPP to integrate G729 codec in pjsip, it works, but it's
> very large (the best i get is about 40MB of DLL to redistribute).
>
> I read that Pjsip can be integrated with VoiceAge G729, but I don't know
> how.
>
> Is there anyone with example/tutorial/code?
>
> Thanks in advance,
> Salvatore Balzano.
>
> --
> Salvatore Balzano,
> Smart Soft s.r.l.
>
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>     -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/1a34c076/attachment-0001.html> <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/1a34c076/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 5 Jun 2009 11:18:24 +0800
> From: Gang Liu <gangban.lau@xxxxxxxxx> <gangban.lau at gmail.com>
> Subject: Re: pjusa-lib Can i set the sender ptime for G711
> 	codec?
> To: hamstiede at yahoo.de, pjsip list <pjsip at lists.pjsip.org> <pjsip at lists.pjsip.org>
> Message-ID:
> 	<2685b43f0906042018o94b9f6ep6919d6aedccac77c at mail.gmail.com> <2685b43f0906042018o94b9f6ep6919d6aedccac77c at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> try
> pCodecParam->setting.frm_per_pkt = (pj_uint8_t)(ptime /
> pCodecParam->info.frm_ptime);
>
> and ptime will be 10, 20 ... for pcma
>
>
> regards,
> Gang
>
> On Thu, Jun 4, 2009 at 4:37 PM, <hamstiede at yahoo.de> <hamstiede at yahoo.de> wrote:
>
>
>
>   Hi Gang,
>
> i tried to set the codec parameter with this code, before i run
> pjsua_start()
>
> pjmedia_codec_param* pCodecParam =
>     PJ_POOL_ZALLOC_T(m_pMemPool, struct pjmedia_codec_param);
>     if (pjsua_codec_get_param(pj_cstr(&tmp,
> "pcma"),pCodecParam)==PJ_SUCCESS)
>     {  pCodecParam->setting.frm_per_pkt=160;  /*Number of frames per
> packet.*/
>         pCodecParam->setting.vad=0;
>         pCodecParam->setting.plc=0;
>         pjsua_codec_set_param(pj_cstr(&tmp, "pcma"),pCodecParam);
>     }
>
>
> i increase the setting.frm_per_pkt to 320, maby this is like a
> ptime=40  ptime=ffp*1000/8000 for g711 but it doesn't work.
> the pjmedia_codec_param struct has a info variable ptime but it is only
> info!!
> pCodecParam->info.frm_ptime;
>
> any idea ?
>
>
>
>
> --- Gang Liu *<gangban.lau at gmail.com> <gangban.lau at gmail.com>* schrieb am *Do, 4.6.2009:
> *
>
> *
> Von: Gang Liu <gangban.lau at gmail.com> <gangban.lau at gmail.com>
> Betreff: Re: [pjsip] pjusa-lib Can i set the sender ptime for G711 codec?
> An: "pjsip list" <pjsip at lists.pjsip.org> <pjsip at lists.pjsip.org>
> Datum: Donnerstag, 4. Juni 2009, 8:49
>
> * *Did you try pjsua_codec_set_param() this function?*
> *
> BTW, I didn't try it before.*
> *
> regards,*
> *Gang*
> **
> *On Wed, Jun 3, 2009 at 10:55 PM, M.S. <hamstiede at yahoo.de> <hamstiede at yahoo.de> wrote:
> *
>
>
>   Hello,
> i want to set the ptime in pjsua-lib/application only in RTP sender
> direction.
> Now it is fixed to the ptime default (20ms). I mean the RTP ptime for G711
> codec,
> not the conference ptime.
>
> regards
> mark
>
>
>
> *
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
> *
>
>
> *
> *
> *
> -----Integrierter Anhang folgt-----
>
> * *_______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
> *
>
>
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
>     -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/2e8aacfd/attachment-0001.html> <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/2e8aacfd/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 5 Jun 2009 16:32:57 +0300
> From: "P.Muge Ersoy" <muge.ersoy@xxxxxxxxx> <muge.ersoy at gmail.com>
> Subject: Re: PJSIP on Android
> To: pjsip list <pjsip at lists.pjsip.org> <pjsip at lists.pjsip.org>
> Message-ID:
> 	<ad39e2590906050632s1287af43vbeb474020cd8a047 at mail.gmail.com> <ad39e2590906050632s1287af43vbeb474020cd8a047 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thanks!
>
>
> On Thu, Jun 4, 2009 at 6:58 PM, Perry Ismangil <perry at teluu.com> <perry at teluu.com> wrote:
>
>
>
> On Thu, Jun 4, 2009 at 09:37, P.Muge Ersoy <muge.ersoy at gmail.com> <muge.ersoy at gmail.com> wrote:
>
>
> http://android.wooyd.org  is under construction.. what happend to Pjsip
>
>
> on
>
>
> Android ?
>
>
>
> You can download Jurij's sources + for convenience I have bundled
> pjsip that's known to be working here:http://code.teluu.com/tabikphoneandroid/downloads/ (download the
> 'tip')
>
> --
> Perry Ismangil
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>     -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/28775812/attachment-0001.html> <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090605/28775812/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> pjsip mailing listpjsip at lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
> End of pjsip Digest, Vol 22, Issue 15
> *************************************
>
>
>
>
> --
> Salvatore Balzano,
> Smart Soft s.r.l.
>
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip at lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090608/ac83e985/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux