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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-04Hide internal _ctl() requests from the public header file.jm
2007-03-04document the fact that the encoder input is used as scratch.jm
2007-02-21Yay, it gets even uglier...jm
2007-02-21Preventing symbol clashes in case the resampler is copiedjm
2007-02-20defined MULT16_32_Q15 for OUTSIDE_SPEEX. Fixed stupid IO stride bug.jm
2007-02-14Added the get functions, some tweaks to the "magic samples".jm
2007-02-12more docjm
2007-02-12Some formatting so that Mike can stop killing kittens.jm
2007-02-12Separated the normal (integer frequency) calls from the fractional frequencyjm
2007-02-12Added interleave_int() call.jm
2007-02-06More API docjm
2007-02-05some API documentationjm
2007-02-02initial support for changing the filter length on the fly...jm
2007-02-01Changed the resampler API again. Introducing a quality setting.jm
2007-01-23Added _ctl() calls for the AGC gain limits.jm
2007-01-22resampler inner loop in fixed-pointjm
2007-01-22starting fixed-point version of resampler.jm
2007-01-22separated into header, source and test program.jm
2006-11-27new jitter_buffer_ctl() call to set the buffer margin and added some commentsjm
2006-11-13Updated doxygen documentation. Now everything's part of a module.jm
2006-11-13A bunch of Doxygen commentsjm
2006-11-13Originally written for Symbian, it is no longer needed since we figuredjm
2006-11-12Documentation for the echo canceller and preprocessor -- Yeh!!jm
2006-10-26The World Institute for Mental Health recommends switching to the new jm
2006-10-25added speex_echo_cancellation() without the last param, deprecated jm
2006-10-22Now possible to control the amount of noise and echo suppression through thejm
2006-10-10Big preprocessor cleanup. Implemented mel filterbank. Removed crappy VAD.jm
2006-08-28Changed part of the API to use spx_int32_t instead of int (works better on jm
2006-08-03added highpass (enabled by default) to the encoder and decoderjm
2006-06-25Initial implementation of SPEEX_MAX_VBR_BITRATE. Narrowband-only for now.jm
2006-06-13Minor fix by Alfred E. Heggestad to set reserved fields in jm
2006-05-21Got completely rid of the 64bit type (was only used in the adaptive codebook)jm
2006-05-03reverted to original SpeexJitter APIjm
2006-04-28pcm_wrapper was a dumb idea in the first place.jm
2006-04-25TI C5x and C6x patch sent by Jim Crichton.jm
2006-04-18Fixed ring buffer (not, it's not the same as a stack!) in the new API. Somejm
2006-04-14added speex_echo_capture() and speex_echo_playback() so the app doesn't needjm
2006-04-14minor type cleanupjm
2006-04-13defined SPEEX_SET_INNOVATION_SAVEjm
2006-04-12OK, jitter_buffer_get() now returns the offset, which is more useful by itself.jm
2006-04-12yet another change to the jitter buffer API (passing packet data as struct)jm
2006-03-24Jitter buffer is more robust.jm
2006-03-23another major reorganisation, generalisation in the jitter buffer.jm
2006-03-22Implemented the old (speex-dependent) jitter buffer using the new (general)jm
2006-03-22cleaning upjm
2006-03-21Reworking the jitter buffer. Still very incomplete.jm
2006-02-11added a _ctl() call at least to set the sampling ratejm
2006-02-09include a global header instead of misc.hjm
2005-12-22Can now encode PCM with libspeex.jm
2005-12-19Converted leak spectral estimation array to int32.jm