jmvalin
|
b103776d71
removed debugging code
|
22 years ago |
jmvalin
|
1d9e5e22b2
Bug fixes, many leaks/errors fixed thanks to valgrind. Some filter
|
22 years ago |
jmvalin
|
5b31f68bd5
Implemented "null mode", i.e. silence. Only submodeID is transmitted
|
22 years ago |
jmvalin
|
fd3660bf12
Replaced the post-filter by a simple pitch comb filter plus an LPC
|
22 years ago |
jmvalin
|
8e10b5de43
Added bit-rate information via speex_*_ctl calls, fixed stupid bug in
|
22 years ago |
jmvalin
|
372a99a496
Fixed post-filter producing NaN's, started writing some SSE code
|
22 years ago |
jmvalin
|
a2b8f43bec
added encoder complexity option
|
22 years ago |
jmvalin
|
bfddd5ec97
Replaced memmove by speex_move
|
22 years ago |
jmvalin
|
2960fd6415
Replaced all malloc/calloc/free calls by speex_alloc/speex_free to ease
|
22 years ago |
jmvalin
|
0f1a2dbbb8
Completed VBR for 0.5.0 release
|
22 years ago |
jmvalin
|
73285fecaa
More VBR work.
|
22 years ago |
jmvalin
|
dde9e1c7ba
Oops...
|
22 years ago |
jmvalin
|
bad558f9df
Created quality modes for wideband, updated encoder. Getting close to 0.4.0
|
22 years ago |
jmvalin
|
20dbb2b554
Added a comfort noise mode...
|
22 years ago |
jmvalin
|
dfd04c88c6
Added narrowband mode at 11.75 kbps
|
22 years ago |
jmvalin
|
b4e39c7cf6
First step to variable bit-rate (VBR): it is now possible to change the
|
22 years ago |
jmvalin
|
b0c60f0ab4
s/hanning/hamming/ for analysis window provides a slight improvement
|
22 years ago |
jmvalin
|
0a7ad67a2c
Changed the LPC analysis window to an asymetric (pseudo-)Hanning window
|
22 years ago |
jmvalin
|
498a6c42be
...
|
22 years ago |
jmvalin
|
7a42b6fa95
folding mode is a bit better...
|
22 years ago |
jmvalin
|
f6a449267a
Speex *should* now work on big-endian architectures.
|
22 years ago |
jmvalin
|
e115e857ea
Oops... screwed up in the order
|
22 years ago |
jmvalin
|
21a668c6c5
Make sure the filters are always stable in the LSP domain
|
22 years ago |
jmvalin
|
cd94703634
Removed some warnings, fixed posfilter mode for wideband
|
22 years ago |
jmvalin
|
96320bc60f
Added SPEEX_GET_FRAME_SIZE to speex_*_ctl calls
|
22 years ago |
jmvalin
|
39cb42e01e
Added speex_ctl call to set codec parameters (e.g. enable/disable
|
22 years ago |
jmvalin
|
38e9021e35
FrameBits renamed to SpeexBits and a "lost" argument was added to the
|
22 years ago |
jmvalin
|
ead18eaed8
Wideband quantization improved by adding a sub-frame gain, codebook
|
22 years ago |
jmvalin
|
23124295db
...
|
22 years ago |
jmvalin
|
53cf6b9e31
Last cleanup for 0.0.3
|
22 years ago |