Commit graph

9 commits

Author SHA1 Message Date
Gregory Maxwell
fea148f284 Additional copyright notices. 2009-02-03 23:09:52 -05:00
Gregory Maxwell
1f84c80144 This fixes a couple of issues with celtclient.c and makes it easier to
change the channel count and deactivate the AEC.
2009-01-19 22:37:48 -05:00
Gregory Maxwell
c6eb40f82b Celtclient improvements: A usable usage message and correct usage of the jitter buffer. 2008-11-26 22:03:33 -05:00
Gregory Maxwell
ae2fb591b8 Fixed use of the jitter buffer in celtclient. 2008-10-28 23:34:13 -04:00
Gregory Maxwell
8259531160 API: Change celt_encode and celt_encode_float so that they take an optional synthesis parameter after the PCM input. If optional_synthesis is null the encoder will be able to save some computation. If optional_synthesis is non-null if will be used to write the encoder's expectation of the decoder's output. Synthesis may alias the input pcm, so calling the encoder with the same buffer twice will achieve the old behavior. Remove 'restrict' from the CTL prototype. 2008-09-30 23:32:35 -04:00
Jean-Marc Valin
46f3700e55 Fixed two issues pointed out by Greg 2008-08-02 08:16:58 -04:00
Jean-Marc Valin
7e94cc4d95 fixed-point: converted denormalise_bands() 2008-03-04 17:31:18 +11:00
Jean-Marc Valin
a31899f0e2 added suffix to real fft. The celtclient can now be built with an unmodified
speexdsp library.
2008-03-03 22:28:23 +11:00
Jean-Marc Valin
224d2dab9c celtclient udp two-way streamer. Not enabled yet because it's still tricky
to build
2008-02-19 10:24:12 +11:00