HomeSort by relevance Sort by last modified time
    Searched refs:parfile (Results 1 - 9 of 9) sorted by null

  /external/srec/config/en.us/
run-liveaudio.sh 1 /system/bin/SRecTestAudio -parfile baseline11k.par -tcp tcp/recognize_10_live.tcp
run-change-sample-rate2.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/change_sample_rate2.tcp -datapath wave/ >out_SHIP_change_sample_rate2.txt 2>&1
run-set-get-param.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/set_get_param.tcp -datapath wave/ >out_SHIP_set_get_param.txt 2>&1
run-bothtags5-from-saved.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5_from_saved.tcp -datapath audio/ >out_SHIP_bothtags5_from_saved.txt 2>&1
run-bothtags5.sh 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
  /external/srec/srec/include/
simapi.h     [all...]
frontapi.h 944 const char* parfile);
948 * parfile par file
    [all...]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 160 char *parfile = NULL; local
191 else if(!strcmp(argv[i],"-par") || !strcmp(argv[i],"-parfile"))
192 parfile = argv[++i];
204 //process_xml( std::string(grxmlfile), parfile );
258 printf("info: Using parfile %s\n",parfile);
259 status = SR_SessionCreate((const LCHAR*) parfile);
260 // status = SR_SessionCreate ( parfile );
262 LPRINTF("Error: SR_SessionCreate(%s) %s\n", parfile, ESR_rc2str(status));
    [all...]
grxmldoc.h 58 void initialize_SR(char* parfile);

Completed in 333 milliseconds