Hello guys,
I have accidentally bumped into this forum while trying to find some info on Speex codec. I would really appreciate if someone helps me to resolve some issues how to use this codec.
here is some info.
I am using Dialogic T1 card to receive voice (mu-law, 64Kbit / sec). Every time the application accumulates 1536 bytes of voice, it needs to compress and send it over IP.
I am stuck how to use Speex to compress it. The function looks like this:
void CompressAndSend (const char* cData, int iLength = /*1536*/ )
{
// What am I supposed to write here to compress it correctly?
}
thanks a lot
I have accidentally bumped into this forum while trying to find some info on Speex codec. I would really appreciate if someone helps me to resolve some issues how to use this codec.
here is some info.
I am using Dialogic T1 card to receive voice (mu-law, 64Kbit / sec). Every time the application accumulates 1536 bytes of voice, it needs to compress and send it over IP.
I am stuck how to use Speex to compress it. The function looks like this:
void CompressAndSend (const char* cData, int iLength = /*1536*/ )
{
// What am I supposed to write here to compress it correctly?
}
thanks a lot
Comment