search for: celtclient

Displaying 4 results from an estimated 4 matches for "celtclient".

2009 Jun 04
1
celtclient 64kbps more than expected
Hi, The default settings for celtclient are:- Sampling rate 48000 Frame size 256 Packet size 43 According to my calculations this should give a bitrate of 64kbit/sec + a little extra for the 32bit time stamp and 4 null byte pseudo header. Using vnstat I was very surprised to see that it was reporting a bitrate usage of around 16kbyte/...
2010 Jan 08
1
Introduction + Patch
...nink, I have a diverse past, present and future in coding, content creation and a background in speech research. As introduced on #celt I want to do some promotion for the codec. I was positively surprised by the availability of something 'almost done' and totally usable in the form of celtclient.c, attached is a tiny patch to update it with the the present API. As future reference and Google indexation to compile it: gcc -lspeexdsp -lasound -lcelt -I../libcelt -o celtclient celtclient.c alsa_device.c What is on my list: - application[1] that can do Push-to-Talk, NAT pass through, so...
2009 May 26
1
arecord pipe to celtenc just stops
Hi all, Just found out about this codec and I'm really impressed. I compiled celt-0.5.2.tar.gz on my desktop and tried out a few tests. I then did a native fixed point arm compile on my beagleboard which also worked a treat. Before I get started with the library I was trying to see if I could grab some real time audio, encode it and write to a file using arecord in conjunction with
2009 Jun 01
2
celtenc two channels
Hi, To enable stereo in celtenc do I need to change anything other than #define CHANNELS 1 to #define CHANNELS 2 The reason is after I do this the audio sounds distorted. Please let me know if I need to do anything else or whether I need to investigate what's happening at my end further. Paul.