yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

KonstantinCleaned up unused dialog template4e22451

master
2.6 KiB66 linesraw
1//{{NO_DEPENDENCIES}}
2// Microsoft Visual C++ generated include file.
3// Used by WhisperDesktop.rc
4//
5#define IDC_MYICON                      2
6#define IDD_WHISPERDESKTOP_DIALOG       102
7#define IDM_ABOUT                       104
8#define IDI_WHISPERDESKTOP              107
9#define IDI_SMALL                       108
10#define IDR_MAINFRAME                   128
11#define IDD_OPEN_MODEL                  129
12#define IDD_MAIN_DIALOG                 130
13#define IDD_TRANSCRIBE_DIALOG           130
14#define IDD_CAPTURE_DIALOG              131
15#define IDD_MODEL_ADV                   132
16#define IDC_PATH                        1000
17#define IDC_BROWSE                      1001
18#define IDC_MODEL_TYPE                  1002
19#define IDC_PATH_RESULT                 1002
20#define IDC_PROGRESS                    1003
21#define IDC_BROWSE_RESULT               1003
22#define IDC_SYSLINK1                    1004
23#define IDC_HYPERLINKS                  1004
24#define IDC_TRANSCRIBE_PROGRESS         1004
25#define IDC_PENDING_TEXT                1005
26#define IDC_MODEL_DESC                  1006
27#define IDC_LANGUAGE                    1007
28#define IDC_OUTPUT_FORMAT               1008
29#define IDC_PATH_MEDIA                  1009
30#define IDC_DEVICE                      1009
31#define IDC_BROWSE_MEDIA                1010
32#define IDC_TRANSCRIBE                  1011
33#define IDC_BACK                        1012
34#define IDC_CHECK1                      1013
35#define IDC_CONSOLE                     1013
36#define IDC_CAPTURE                     1014
37#define IDC_DEV_REFRESH                 1015
38#define IDC_SAVE_TEXT                   1016
39#define IDC_SAVE_APPEND                 1017
40#define IDC_SAVE_TIMESTAMPS             1018
41#define IDC_RUN_CAPTURE                 1019
42#define IDC_VOICE_ACTIVITY              1020
43#define IDC_VOICE_ACTIVITY_LBL          1021
44#define IDC_TRANS_STATUS                1022
45#define IDC_TRANS_LBL                   1023
46#define IDC_STALL_STATUS                1024
47#define IDC_STALL_LBL                   1025
48#define IDC_TRANSLATE                   1026
49#define IDC_MODEL_ADV                   1027
50#define IDC_WAVE                        1028
51#define IDC_RESHAPED_MAT_MUL            1029
52#define IDC_CHECK2                      1029
53#define IDC_USE_INPUT_FOLDER            1029
54#define IDC_STATIC                      -1
55
56// Next default values for new objects
57// 
58#ifdef APSTUDIO_INVOKED
59#ifndef APSTUDIO_READONLY_SYMBOLS
60#define _APS_NO_MFC                     1
61#define _APS_NEXT_RESOURCE_VALUE        131
62#define _APS_NEXT_COMMAND_VALUE         32771
63#define _APS_NEXT_CONTROL_VALUE         1030
64#define _APS_NEXT_SYMED_VALUE           110
65#endif
66#endif