Technical discussions related to Speech Coding (all itu and other vocoders, ACELP, CELP, AMR, etc)
Search Results for "pcm"
Post a new Thread
horiaciu - Jun 27 2007
Hello,
I am implementing a simple mixing program (i.e. create a new sound
file combinig two initial files - all the same format). I have
implemented this for WAV files (PCM)... 
Aditi Akula - Dec 9 2009
Hi everyone,
I am working on G726. I have the source code in C (from Sun Microsystems).
I am trying to test the algorithm using the ITU test vectors.
I have converted the NR... 
zhang_zhh - Jun 27 2003
Hi all,
I have a simple question: according to the G729/G723 spec, the
input buffer should be 16bit linear PCM code, but the decode of U/A
law PCM is 14/13 bit... 
bine...@gmail.com - Jul 4 2006
Hai,
I am a new member of this group.I am a 6th sem MCA student.Now I am trying to implement G729 codec.Till now i didn't get a clearcut idea about 16 bit linear PCM file format.W... 
jay_coep - Dec 14 2004
Hello,
Can anybody please help explaining why GSM speech codecs (atleast
HR,AMR) prefer 13 bit uniform PCM encoding ? I mean what is so special
about '13... 
Jeff Brower - Mar 20 2003
T-
Is your 8-bit data PCM or A-Law?
If PCM, shift to ms byte, watch out for sign bit (may have to subtract 128).
If A-Law, convert to 16-bit PCM first. ... 
Dhiraviam Natarajan - Sep 13 2003
Hi ppl,
I working on tone generation for an Access Network ( of a telephone exchange ).
Can some one throw light on PCM to ADPCM conversion algorithm , point ... ![[ TONE Generation ] PCM - ADPCM](http://cdn.dsprelated.com/images/icon_more.jpg)
Armen Baloyan - Feb 20 2004
Hi all, i'm implementing ITU g.726a speech codec. I need some test vectors
to check my results. i've found test vectors for g.726 but i can't find no
test vectors f... 
galip0986 - Dec 1 2008
Hello,
I am implementing a voice conferencing program. I am using
tms320vc5416 dsp.I have a distortion problem. I have A-law expanded(13
bit) pcm samples. These samples are ... 
nir....@gmail.com - Jul 20 2009
hi all,
I am implementing Voip App on nokia devices.
I have API to AMR Decoding.
I want to implement my own VAD. the reason is that it seems that the AMR VAD doesn't give good... 
Aditi Akula - Dec 14 2009
Hi Everyone,
I am using the G726 code from ITU (g726.c, g726.h, cvt_h_b.c, etc) for 16
kbps an using it as a Visual C++ project. I have tested the code using the
test vectors ... 
TORKHANI Wajdi - Mar 18 2008
Thank you so much
After 4 weeks I can finally to hear the voice,
But now I have another problem!
If i record only one direction the sound run very quickly and if record both ... 
raghu kisore - Dec 21 2001
hi,
Description of the problem:
-----------------------
i have got the ITU standatrd G.729A CODEC application
written in c.along with the code i have got a t... 
earl...@gmail.com - Aug 14 2009
Hi,
I am using the iLBC speech codec on Android. I have not changed the original code I obtained from the RFC. I have just written JNI bridges to access the C code. There are no... 
anu prabhu - Feb 13 2006
Hello !!
I am working on float to fixed point conversion of a Speech Codec.
The input to the speech codec (floating one) is 16 bit PCM.
Fixed point rep... 
saha...@yahoo.com - Aug 25 2005
Hi fellow
Im new comer . could anyone please help me out .
1 . how many channels are transmitted if we have compressed the voice channels in E1 with ADPCM with 40kbps, 32... 
than...@askcalea.net - Jul 24 2007
I got the G 729 ITU-T C code compiled and running. I'm confused about two issues though.
1) Why is the file size of the encoder output the same/or about same as the input. (I u... 
bine...@gmail.com - Jul 11 2006
Hi,
Now I am working with ITU-T's G729 recommendation.The size of the input I given to this coder was 586 KB(16 bit PCM mono)and I got the output as 600 KB. Is this output's ... 
simha j - Jun 20 2002
hi all,
I was going through the c-codes for linear pcm to
u-law conversion,
available on the web.
one of the sources use lookup tabel method and another ... 
³¯«a¥ô - Jan 12 2005
Hello Everybody,
I prepare a pcm file that format is 16bit 8khz mono, the
file size is 49200 bytes. After encode to G.729 format
file, the size is 48000 bytes.... 
James - Oct 16 2002
I'm trying to detect answering machine tones.... so I don't care
about the pitch... just that the pitch remains near constant for some
duration.
Are there a... 
Jeff Brower - Aug 18 2006
Bineesh-
> Now I am working with ITU-T's G.729 recommentation. I have one
> doubt.As you know In G.729 Codec the compression rate is 1/8. But
> here in 10 ms, 80 word... 
Shaofeng Li - Jul 2 2003
Dear Jameel,
Thank you for the wave file. The sample you sent to me
was in Microsoft PCM uncompressed format. What i'm
looking for really is a wave file in com... 
Dhiraviam Natarajan - Oct 9 2003
Hi All,
I'm abt to implement ADPCM decoding/encoding in ADSP 2191.With a minimum
background in Communication Systems, I find it difficult to understand the ADPCM... ![[ PCM -ADPCM conversion & vice versa ]](http://cdn.dsprelated.com/images/icon_more.jpg)
ashwinimanjunath - Jan 17 2006
hey,
can anyone give some information on how to find the no of samples for
a GSM file format.in case of GSM610 (or any other compression format
other than PCM) an addition... 
Aditi Akula - Feb 3 2010
Hi All,
I want to play G726 (16 kbps) encoded data with Windows Media Player (WMP).
I have modified the normal wave header to allow for the G726 code (0x0045).
But it does not... 
learningdsp - May 27 2004
Hello,
I am a beginner and trying to understand the working of G.723 ADPCM.
I have been able to get all the C files from ITU for the G.723 ADPCM.
I have a b... 
gupta ksrc - Nov 7 2002
hi everybody i have small doubt regarding g.729 implementation ...
while i am trying to simulate the code given by ITU with speech.in file(which is
given in g729... 
"Kumar, Sanjeev" - Jul 27 2006
Do the following:
for the input samples/data to the encoder.
for(i=0;i > 2));
and after decoding i.e. at the decoder data which I assume goes in out_buf:
for(i=0;i ... 
samad_ma - Nov 19 2002
Hi All,
I am testing out the G.711 code given below with a wav file but the
wave file given out by the program is the same size and also it does
not play as well.... 
Satheesh Ram - Dec 9 2005
Hey,
1 - the reference test vectors given along with G726 also in hex
format, Did you convert all your reference test vectors to binaries?
2- load, lolo, adlo are th... 
Encai Liu - Sep 7 2001
Hello
> Hello all,
>
> I am using ITU-T G.723.1 C reference code.
> when I execute the c code it asks for input-output
> file name. Here, the input files(T... 
raju...@ngc.com - Jan 22 2009
Hi DSP Related members,
I am researching to find out information on the voice quality of codecs used for VoIP communication using networking routers, switches and access devices... 
- Nov 20 2001
Dear All,
I am looking for information on the compression done in portable
dictation machines, such as the Olympus DS-3000.
The files have an extension (... 
- Mar 28 2003
It's a 16 bit PCM (linear) file. Here's a reference:
http://www.apl.jhu.edu/Classes/Notes/Campbell/Joe/playspd.txt
You can play it in CoolEdit by opening it ... 
Hitesh Thakker - Jun 5 2003
Hi Madan,
These input speech files contain 16 bit linear PCM signals or raw uncompressed digital speech sampled at 8000 samples/sec.... 
Sameer Kibey - Nov 24 2003
hi Giovy
It is not necessary to compare the .TCO files with the .RCO files. They are
essentially the same files. This makes sense since .RCO file is the output ... 
- May 12 2000
Dear Friends,
Thank you for your prompt response. In the meantime, I
have come across a free source code from Sun Microsystems. But I have
trouble understanding i... 
Jeff Brower - Aug 30 2003
Shaofeng-
> The 'fact' chunk is required for all compressed audio
> formats, and for the case where the data is included
> in 'wavl' list chunk.
What kind... 
Don Gabriel - Jul 17 2009
Hi Jeff,
Thank you for explaining. The AMBE+2 data I was examining is really unusual
-- never seen it before like this. It's from an iDEN network. It contained
180 samples (... 