cannam@126: Version 0.1.8 (2011-08-15) cannam@126: * Minor bug fixes and upates. cannam@126: cannam@126: Version 0.1.7 (2009-02-14) cannam@126: * Fix a segfault which occurs when memcpy is passed a bad length parameter. cannam@126: * Fix compilation under MSVC. cannam@126: cannam@126: Version 0.1.6 (2009-01-27) cannam@126: * Minor bug fix in test suite (account for rounding error on x86_64). cannam@126: cannam@126: Version 0.1.5 (2009-01-11) cannam@126: * Optimisation resulting dramatic throughput improvements. cannam@126: cannam@126: Version 0.1.4 (2008-07-02) cannam@126: * Fix bug which causes a segfault with extremely low conversion ratios. cannam@126: cannam@126: Version 0.1.3 (2008-03-23) cannam@126: * Huge improvement to the quality of conversion with the cannam@126: SRC_SINC_MEDIUM_QUALITY and SRC_SINC_BEST_QUALITY converters. cannam@126: * Minor bug fixes. cannam@126: cannam@126: Version 0.1.2 (2004-09-12) cannam@126: * Fixed where callback based API wasn't being reset properly. cannam@126: * Minor bug fixes. cannam@126: cannam@126: Version 0.1.1 (2004-07-17) cannam@126: * Fixed bug in callback based API. cannam@126: * Fixed a bug brought to light by aggressive optimisations of gcc-3.4. cannam@126: * Minor bug fixes. cannam@126: cannam@126: Version 0.1.0 (2004-03-14) cannam@126: * Added callback based API. cannam@126: * Added a pair of functions for doing short to float and float to short cannam@126: conversions on an arrays of data. cannam@126: * Many minor bug fixes. cannam@126: