Questions tagged [g729]

G.729 is an audio data compression algorithm for voice that compresses digital voice in packets of 10 milliseconds duration.

G.729 is an audio data compression algorithm for voice that compresses digital voice in packets of 10 milliseconds duration.

14 questions
5
votes
0 answers

Third-Party G.729 Implementation for iOS (32 and 64-bits)

I'm trying to find a good G.729A implementation (free or paid) to include in PJSip. I've found one that is being used in CSipSimple but I can't compile it for ARM64, only for ARMv7. I've already requested quotes to Vocal and Adaptive Digital. Anyone…
Nuno Centeio
  • 311
  • 3
  • 12
4
votes
1 answer

G729 codec compiled for iOS arm64 does not function properly

I used G729 codec in my VOIP App, when the app target only armv7, it works fine. The Callee can hear my voice clearly. Then I turn to arm64, the callee no longer get my voice clearly. I record the input voice raw data before and after G729 codec…
Liangxiu
  • 43
  • 2
2
votes
1 answer

How to enable G729 audio codec in linphone 4.3.0 new SDK for android?

Can you please help me out, How to enable G729 audio codec in linphone 4.3.0 SDK please help me out for this as i am in trouble from a couple of days your help is great-full for me hope some one help me...for this,,,thanks in advance
vadher jitendra
  • 580
  • 4
  • 15
1
vote
1 answer

How do I install Asterisk on Mac OS X 10.13 High Sierra?

I have been successfully installed and run Asterisk 13 with bcg729 on Mac OS X 10.10, is there a way to install Asterisk 15 with g729 on latest MacOS X?
simon
  • 39
  • 4
1
vote
2 answers

whats the differance between G.729 codec variations

what is the difference between G.729 G.729A G.729AB and if I have codecs set up for G729 in asterisk does this mean that G729A and G.729AB will work? thanks
AvremyC
  • 120
  • 1
  • 7
1
vote
1 answer

Problems loading G.729 decoder with FFmpeg API

I built a class with the use of the FFmpeg API to decode several audio files (mp3, ogg, G.729, etc) and load them into a data structure as raw audio data. Now for example when I run the following code: codec =…
gapc
  • 13
  • 6
0
votes
0 answers

Does Live555 support g729 format?

Use Live555 rtsp server SimpleRTPSink::createNew(*env, sessionState.rtpGroupsock, payloadFormatCode, samplingFrequency, "audio", mimeType, numChannels); payloadFormatCode = 18 samplingFrequency = 8000 mimeType="G729" numChannels = 1 vlc can't get…
0
votes
1 answer

Integrating issue of G729 with latest version of PJSIP for android

I want to integrate G729 codec with PJSIP for android. For this purpose, i found two kind of solution. 1) Intel IPP_Codecs which are specified on PJSIP website: Attached_URL 2) Patches from Csipsimple or Linphone For Intel IPP_Codecs : I have…
Jazzi
  • 7
  • 4
0
votes
1 answer

Linking G729 library (Library exists and symbols too)

Iam currently struggeling with linking just a simple library. I compiled and installed successfully the G729 implementation from here Belledonne G729 like this: cmake . -DCMAKE_INSTALL_PREFIX=/usr make make install When i check the if the…
Hestalon
  • 31
  • 3
0
votes
1 answer

Write h264 + g.711(g.722,g.726) to mkv

I am writing my own program for writing video and audio to .mkv container. I am successfully writing h.264 video in container with Codec_id V_MPEG4/ISO/AVC but i can't find Codec_id for g.7xx audio codecs in specification? How can i properly write…
rooltex
  • 124
  • 2
  • 13
0
votes
1 answer

IAX2 Trunks between PBXs - Moving from g729 to Opus codec - Is it worth upgrading the phones?

I currently have 4 different physical locations, each running plain Asterisk 14.6.0, and using Digium D40 phones with the G729 codec. All the locations are connected via OpenVPN using IAX2 and the G729 codec. We use a separate regular cable modem…
juanespty
  • 46
  • 6
0
votes
1 answer

How to convert g729 encoded byte array to .wav pcm_alaw in Java?

I have voice part from RTP payload in byte array. It's encoded in g729 codec. How to convert g729 encoded byte array to .wav pcm_alaw in Java code? Anybody know how to do it?
Alextk
  • 1
0
votes
1 answer

integrating g729 on pjsip for android

I am using this tutorial for building pjsip .Now I want to integrate pjsip with g729 codec for android. In the above link, as there are note mentioned I have download intell IPP from standard link. Download Intel IPP and Intel IPP samples from…
0
votes
1 answer

G729 codec enable in PJSIP2.5 for iPhone

I am a newbie in pjsip build with iPhone. I am using iOS 9.3.2, Xcode 7.3 and Pjsip 2.5. I have successfully build Pjsip 2.5 without g729 and it's working fine without g729. As My application require g729 also, I follow all instruction from…
Megha Parmar
  • 208
  • 1
  • 13