Subversion Repositories Kolibri OS

Rev

Rev 9602 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9602 Rev 9855
Line 25... Line 25...
25
 
25
 
26
proc_info Form;
26
proc_info Form;
27
char search_word[256], translate_result[4096];
27
char search_word[256], translate_result[4096];
28
#define TOPH 45
28
#define TOPH 45
29
#define PRONOUNCED_FILE "/tmp0/1/pronounced.txt"
29
#define PRONOUNCED_FILE "/tmp0/1/pronounced.txt"
30
#define SPEECH_PATH "/kolibrios/media/speech/speech"
30
#define SPEECH_PATH "/kolibrios/speech/speech"
Line 31... Line 31...
31
dword speaker_id;
31
dword speaker_id;
32
 
32
 
33
unsigned char eng_rus[] = FROM "eng_rus.dict""\0";
33
unsigned char eng_rus[] = FROM "eng_rus.dict""\0";