MovieCodec

Post Reply


Post Reply
Your name:


Forum:
Audio Codecs

Topic:
G.723.1 speech codec

Message:


Smileys:


Spam prevention:





Click only once, it may take up to 30 seconds to post.
By submitting this form you agree to our posting rules, privacy policy and our disclaimer.

Topic Review (Latest First)

Posted by Luchy
26 Sep 2008 10:45 am

You can download the G.723.1 codec library at http://www.imtelephone.com, you can also find G.729A,G.722,G.728 codec and source code at there.

Posted by john_jk
12 May 2008 01:17 am

Friends you can find various audio codecs including G.723/G.723.1 at www.ipsupermarket.com

i am not sure about pricing/free download etc

Posted by kaleem
30 Jun 2007 02:59 am

I m new to voip, can some one provide me the 44 byte header for G723.1 and the way how can i use the sox in dos to convert raw g723 to g723.1
mkawan05@yahoo.com

Posted by som
16 Jan 2007 11:38 pm

Can some body send me the g.723 codec & that utility please!
er.somnt@gmail.com

Posted by umar
01 Sep 2006 03:20 am

g723 will encode/decode only raw data
linix/unix command SOX will convert raw data to WAV file and also otherway

see man sox for help
sox -V -sw -c 1 -r 8000 file.raw file.wav

Posted by smab
29 Aug 2006 03:13 am

Hi Scott,

Could you please post the utility to convert to wave format!!!

Thanks in advance

smab

Posted by jems
23 Aug 2006 08:12 am

openh323.org

Posted by Scott
12 Nov 2004 12:03 pm

Karen,

The ITU “C” code does not create the decoder output file in .WAV format. It is in raw 16-bit PCM format. To convert to .WAV format, you need to put a 44 byte header in front of the file. I can send you a utility to do this.

Scott

Posted by karen
10 Jun 2004 09:25 pm

Dear friends,
Recently I downloaded the G.723.1 speech codec ANSI C source code from the ITU-T recommendation site.
I tried to execute the recommendation G723.1 Annex A C source code on Dos,
I use the following command format:
lbccodec -c inputfile.wav outputFile.g723 — — — -create an encoded file

lbccodec -d outputFile.g723 output.wav — — — -decode the above encoded file

Then, I try to use the Windows media player to play the output.wav, but it always failed to play and I got the error alert is " the invalid type file”.

So far I don’t know how to solve it, would you please give me some hints. Or can I evaluate the source code like this?

Any answer will be appreciated very much.


Up to ten (10) latest replies / posts from the original topic shown.