-
Notifications
You must be signed in to change notification settings - Fork 29
/
history.txt
58 lines (46 loc) · 1.23 KB
/
history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
1.33
Added support for ARM NEON instruction sets.
Added support for compilation on Mac OSX.
1.32
Added new noise shaper coefficients.
Fixed 32bit-int overflow bugs.
Adjusted filter parameters.
1.31x
Fixed buffer overrun on 22050Hz to 192kHz conversion.
1.31
SSRC now utilizes SSE and AVX instructions.
An overflow bug in ssrc_hp is fixed.
1.30
clipping bug of noise shaper is fixed
bug of gaussian pdf is fixed
buffer initialization bug is fixed
1.29
Improved accuracy by substituting calulation method of Bessel function (Takehiro Tominaga)
windows binary of high precision version(ssrc_hp.exe) is now included
fast mode(--profile fast) is added
--att can be now used with --normalize and --twopass
probability distributing function of noise can be now specified
windows binary is now compiled with MSVC6
no more Japanese support
1.28
Improved dither
Fixed some minor bugs
1.27
Improved dither
Added normalization option
Fixed some minor bugs
1.26
Support reading of 32bit wav file
Fixed some bugs
1.25
Added ETA display
Fixed some bugs
1.24
Fixed clipping handling
Fixed some bugs
1.23
Added progress display
Added two other dither types
Fixed some bugs
1.22
First public release