-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlossyWAV.rc
More file actions
26 lines (24 loc) · 756 Bytes
/
lossyWAV.rc
File metadata and controls
26 lines (24 loc) · 756 Bytes
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
1 VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,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.0"
VALUE "InternalName", "lossyWAV"
VALUE "LegalCopyright", "Nick Currie"
VALUE "OriginalFilename", "lossyWAV.exe"
VALUE "ProductName", "lossyWAV"
VALUE "ProductVersion", "1.4.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END
id ICON "lossyWAV.ico"