Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-11The encoder (testenc) now produces a bitstreamjmvalin
2002-03-11Working demo at 14.5 kbps (fully quantized)jmvalin
2002-03-08Working demo...jmvalin
2002-03-08The code is getting horribly messy, but there's too much stuff that needsjmvalin
2002-03-05Big cleanup... filter memories, stack allocation, ...jmvalin
2002-03-01Some early decoder stuffjmvalin
2002-03-01Integrating the modes and bitstream.jmvalin
2002-03-01Pitch prediction stuff...jmvalin
2002-02-28Bit manipulations seem to work...jmvalin
2002-02-28Bit manipulation stuffjmvalin
2002-02-28Started the decoder part, I think we now update filters in a better wayjmvalin
2002-02-27Added 3-tap pitch predictor by analysis by synthesisjmvalin
2002-02-27First working demo of the encoder (not fully quantized yet, no fancyjmvalin
2002-02-27Looks like W(z)=A(z/.9)/A(z/.5) works now...jmvalin
2002-02-27For the 1000th time, I think I've figured out the filter memory detailsjmvalin
2002-02-27oops... buggy again...jmvalin
2002-02-27Think the filter stuff works with W(z)=A(z/.9)/A(z/.5)jmvalin
2002-02-27This time the filters really work with W(z)=A(z/.9)jmvalin
2002-02-26Think I figuring out the filter stuffjmvalin
2002-02-25Fixed algorithmic errors, rewiting the main subframe loop from scratch...jmvalin
2002-02-20Excitation codebook stuff, but it doesn't work;-(jmvalin
2002-02-19Think I figured out the filter memory (ringing) stuff, not too sure though.jmvalin
2002-02-19Forgot the includes...jmvalin
2002-02-19Makefile system seems to workjmvalin
2002-02-19Checking in license stuffjmvalin
2002-02-19Some more commentsjmvalin
2002-02-18Added both LSP and prediction gain quantization... the code is a bit uglyjmvalin
2002-02-18Save synthesized speech in second filejmvalin
2002-02-17fixed a bug in in-place predictor. Think most of the framework is now injmvalin
2002-02-163-tap pitch predictor seems to workjmvalin
2002-02-15Implementing a 3-tap long-term predictor. Also changed frame size to 160jmvalin
2002-02-15Commentsjmvalin
2002-02-15Added long-term prediction, fixed subframe bugs, maybe not fully debuggedjmvalin
2002-02-15added perceptual weighting filter, bug fixes, fixed warningsjmvalin
2002-02-15Fixed a couple bugs (notably in buffer) and added LSP interpolationjmvalin
2002-02-15Some commentsjmvalin
2002-02-15Think I have the LPC->LSP->LPC right this timejmvalin
2002-02-14Oops... now the LSPs are there. Also, lpcSize now represents the orderjmvalin
2002-02-14integrated LSPsjmvalin
2002-02-14Initial commit, some LPC stuff is already there...jmvalin