git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@81 d46cf337-b52f-0410-862d-fd96e6ae7743master
if(gui_flag == 0) | if(gui_flag == 0) | ||||
{ | { | ||||
strcpy(fname,(report+report_dict).mb_str(wxConvLocal)); | |||||
strncpy0(fname,(report+report_dict).mb_str(wxConvLocal),sizeof(fname)); | |||||
fprintf(stderr,"%s\n",fname); | fprintf(stderr,"%s\n",fname); | ||||
} | } |
#else | #else | ||||
// notdef USE_PORTAUDIO | // notdef USE_PORTAUDIO | ||||
void wave_flush(void* theHandler) {} | |||||
void wave_init() {} | void wave_init() {} | ||||
void* wave_open(char* the_api) {return (void *)1;} | void* wave_open(char* the_api) {return (void *)1;} | ||||
size_t wave_write(void* theHandler, char* theMono16BitsWaveBuffer, size_t theSize) {return theSize;} | size_t wave_write(void* theHandler, char* theMono16BitsWaveBuffer, size_t theSize) {return theSize;} |