Historia zmian

Autor SHA1 Wiadomość Data
  Tristan Matthews 39a7979ad7 cosmetics: drop trailing whitespace 6 miesięcy temu
  Tristan Matthews c1f82d2148 math_approx: use unsigned int for LCG pseudorandom generator 5 lat temu
  Ron e2d3bc3923 Tidy the speex/*.h includes some more 11 lat temu
  Jean-Marc Valin 4c5bcb890d Most of the narrowband array sizes are now compile-time constants 16 lat temu
  Jean-Marc Valin 8d22532317 Narrowband state now contained in a single block 16 lat temu
  Jean-Marc Valin 785e61a593 Sorting out #include "" from #include <> and using relative paths for including 16 lat temu
  jm f39618b8d4 New DISABLE_VBR and DISABLE_FLOAT_API switches can together remove every single 17 lat temu
  jm 84064b108f Lag window now stored as const data instead of computed at init time. Also, 17 lat temu
  jm d4e66faf61 Removed the custom (non-standard) 4.8 kbps mode because it has been broken 17 lat temu
  jm 38cbb2c7e4 Fixed-point: vocoder conversion complete 17 lat temu
  jm 0f6335ea9e Implemented SPEEX_GET_ACTIVITY 17 lat temu
  jm 08151da50f Only the RMS of the excitation is saved in the encoder -- 320 bytes off the 18 lat temu
  jm b544a9278b Saved innovation from nb to wb is now 16-bit precision. 18 lat temu
  jm 86bb320ffb Changed part of the API to use spx_int32_t instead of int (works better on 18 lat temu
  jm 02eeb1c6f4 added highpass (enabled by default) to the encoder and decoder 18 lat temu
  jm f4f59e83d0 copyright details, more info about the mdf learning rate 18 lat temu
  jm e2d8a7745d changed a few parameter definitions from int to spx_int32_t. Should by more 18 lat temu
  jm 28ac6c6418 SPEEX_SET_VBR_MAX_BITRATE partially implemented for wideband (still doesn't 18 lat temu
  jm 3277e2f7f8 Initial implementation of SPEEX_MAX_VBR_BITRATE. Narrowband-only for now. 18 lat temu
  jm cf533aed65 Removed old enhancer code (was already disabled) 18 lat temu
  jm 1d0ec853c8 Better control of the pitch gain to prevent potential instabilities from 18 lat temu
  jm 64074d1c55 Moved some filter coefs from the encoder state to temp allocation. 18 lat temu
  jm 1f16e63407 excitation and target are now 16-bit (were 32) in the encoder 18 lat temu
  jm 034e6403d9 decoder excitation now in 16-bit precision (was 32), which saves quite a bit 18 lat temu
  jm 509c83c956 Enable the new enhancer by default. 18 lat temu
  jm 501982efc1 Vorbis-psy works again 18 lat temu
  jm 4fc6573ebc innovation is saved directly to the sb_celp en/decoder, so a buffer is 18 lat temu
  jm fa7f787ec2 moved some temporary variables from decoder state to scratch space 18 lat temu
  jm db6c7f3850 weighted signal now in 16-bit precision, saving 500 bytes in the encoder state 18 lat temu
  jm 7b51de5b4f LPC analysis window now stored as constant in code -> 400 bytes off the 18 lat temu