README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Zita-resampler is a C++ library for sample rate conversion of
  2. audio signals. Full documentation is available in HTML format,
  3. see the 'docs' directory.
  4. Release 1.6.2 (25/08/2018)
  5. ---------------------------
  6. * Maintenance release.
  7. Release 1.6.0 (16/10/2016)
  8. ---------------------------
  9. * Added VResampler::set_phase ().
  10. Release 1.2.0 (25/09/2012)
  11. ---------------------------
  12. * Added the zretune application and its manpage.
  13. Release 1.1.0 (26/01/2012)
  14. ---------------------------
  15. * VResampler class added - provides arbitrary and variable
  16. resampling ratio, see docs.
  17. * This release is NOT binary compatible with previous ones
  18. (0.x.x) and requires recompilation of applications using it.
  19. * This release is API compatible with the previous one. But if
  20. you are using the now deprecated filtlen() function please
  21. replace this by inpsize() which provides the same information.
  22. * The inpdist() function has been added, see docs.
  23. * The ratio_a() and ratio_b() calls have been removed, if this
  24. is a problem (I'd be surprised) they can be added again.
  25. * The include files are now in $PREFIX/include/zita-resampler/.
  26. Please DO remove any old ones manually after installing this
  27. version. Compiling using the old includes and linking with
  28. the new library will create havoc.
  29. * #defines and static functions are added for compile time and
  30. run time version checking, see resampler-table.h.
  31. --
  32. FA