You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
792B

  1. For 1.2:
  2. Major points:
  3. - Make documentation match the actual code (especially jitter buffer, AEC and preprocessor)
  4. - Get AGC to work in fixed-point even if not totally converted
  5. - Stabilise all APIs (need feedback)
  6. - Short-term estimate in jitter buffer
  7. - Control delay in new AEC API.
  8. - NaN checks?
  9. - Better error reporting
  10. - Make kiss-fft 32-bit safe
  11. Post 1.2:
  12. improve float<->int conversion
  13. split encoder and decoder?
  14. Merge TriMedia stuff
  15. packet dump
  16. Do VAD properly
  17. --enable-{aec,preprocessor,jitter,resampler}
  18. Optimisations
  19. - Add restrict in a few places?
  20. - use __builtin_expect() (likely()/unlikely())
  21. Allocator override (speex_lib_ctl?)
  22. Fixed-point:
  23. - VBR
  24. - Jitter buffer
  25. - AGC
  26. Denoiser:
  27. - Better noise adaptation
  28. AGC:
  29. - Use median filtering instead of "non-linear mean"?