• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apps/H29-Dec-2020-1,4671,141

docs/H03-May-2022-1917

source/H29-Dec-2020-1,4121,017

test/H29-Dec-2020-846446

AUTHORSH A D08-Jul-201339 21

COPYINGH A D08-Jul-201334.3 KiB675553

READMEH A D29-Dec-20201.6 KiB6037

README

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