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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
|
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""afxres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"#include ""version.rc2""\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_WAVE_CONFIG DIALOGEX 0, 0, 311, 169
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "Device:",IDC_STATIC,4,8,26,8
COMBOBOX IDC_DEV,34,6,160,82,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Buffering",IDC_STATIC,4,24,190,76
LTEXT "Buffer length:",IDC_STATIC,20,34,46,8
CONTROL "Slider1",IDC_BUFFER,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,66,33,120,12
CTEXT "z",IDC_BUF_DISP,70,44,112,8
LTEXT "Prebuffer:",IDC_STATIC,34,56,32,8
CONTROL "Slider1",IDC_PREBUFFER_1,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,66,55,120,12
CTEXT "z",IDC_PREBUF_DISP_1,70,66,112,8
LTEXT "Buffer-ahead\non track change:",IDC_STATIC,12,76,56,18
CONTROL "Slider1",IDC_PREBUFFER_2,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,66,78,120,12
CTEXT "z",IDC_PREBUF_DISP_2,70,88,112,8
GROUPBOX "Volume Control",IDC_STATIC,4,104,190,46
CONTROL "Enable",IDC_VOL_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,38,10
CONTROL "Alt. setting method (slow)",IDC_ALT_VOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,118,94,10
CONTROL "Reset to original value on stop",IDC_VOL_RESET,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,134,111,10
GROUPBOX "Status Display",IDC_STATIC,198,4,108,121
LTEXT "",IDC_STATE,204,15,96,105
LTEXT "Note: Most settings take full effect after restarting playback",IDC_BLAH,4,155,194,8,WS_DISABLED
PUSHBUTTON "Reset to defaults",IDC_RESET,199,131,108,13
DEFPUSHBUTTON "OK",IDOK,199,150,52,13
PUSHBUTTON "Cancel",IDCANCEL,255,150,52,13
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
IDD_WAVE_CONFIG, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 307
TOPMARGIN, 7
BOTTOMMARGIN, 163
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE
BEGIN
IDS_NULLSOFT_WAVEOUT "Nullsoft WaveOut Output v%s"
65535 "{004A91D9-CCD6-44e5-973A-4B7045C4662B}"
END
STRINGTABLE
BEGIN
IDS_NULLSOFT_WAVEOUT_OLD "Nullsoft WaveOut Output"
IDS_NOT_ACTIVE "not active"
IDS_UNKNOWN_MMSYSTEM_ERROR "Unknown MMSYSTEM error."
IDS_UNSUPPORTED_PCM_FORMAT
"Unsupported PCM format (%u Hz, %u bits per sample, %u channels). Please change format settings in input plug-in configuration or change output device in waveOut plug-in configuration."
IDS_ANOTHER_PROGRAM_IS_USING_THE_SOUNDCARD
"Another program is using your soundcard. Please change output device (in waveOut plug-in configuration), switch to DirectSound output (in Winamp preferences / plug-ins / output) or get a soundcard which can play multiple streams."
IDS_NO_SOUND_DEVICES_FOUND
"No sound devices found. Please buy a soundcard first (or install proper drivers if you think that you have one)."
IDS_INTERNAL_DRIVER_ERROR
"Internal driver error; please reboot your computer."
IDS_REINSTALL_SOUNDCARD_DRIVERS "Please reinstall soundcard drivers."
IDS_ERROR_CODE_WINDOWS_ERROR_MESSAGE
"%s\n\nError code: %u\nWindows error message: \n""%s"""
IDS_ERROR_CODE "%s\nError code: %u"
IDS_DATA_FORMAT "Data format: \n %u Hz\n %u bits per sample\n %u channel(s)\n"
IDS_BUFFER_STATUS "Buffer status:\n %u bytes allocated\n %u blocks queued\n"
IDS_LATENCY "Latency: %u ms\n"
IDS_PREFS_TITLE "%s Settings"
END
STRINGTABLE
BEGIN
IDS_ERROR "%s Error"
IDS_WAVE_U_MS "%u ms"
IDS_ABOUT_TEXT "%s\n© 2005-2023 Winamp SA\n© 2001-2002 Peter Pawlowski\t\nBuild date: %hs"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#include "version.rc2"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
|