-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlossyWAV.rc
49 lines (40 loc) · 1.74 KB
/
lossyWAV.rc
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
/**===========================================================================
lossyWAV: Added noise WAV bit reduction method by David Robinson;
Noise shaping coefficients by Sebastian Gesemann;
Copyright (C) 2007-2016 Nick Currie, Copyleft.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http:www.gnu.org/licenses/>.
Contact: lossywav <at> hotmail <dot> co <dot> uk
===========================================================================**/
1 VERSIONINFO
FILEVERSION 1,4,2,0
PRODUCTVERSION 1,4,2,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "Home Developer"
VALUE "FileDescription", "lossyWAV: Added noise linear PCM bitdepth reduction method by Dr. D.J.M. Robinson, implemented by Nick Currie using an adaptive noise shaping method by S.Gesemann."
VALUE "FileVersion", "1.4.2"
VALUE "InternalName", "lossyWAV"
VALUE "LegalCopyright", "Nick Currie"
VALUE "OriginalFilename", "lossyWAV.exe"
VALUE "ProductName", "lossyWAV"
VALUE "ProductVersion", "1.4.2"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END
id ICON "lossyWAV.ico"