Browse Source

Always enable the wave* code irrespective of whether USE_ASYNC is defined.

master
Reece H. Dunn 9 years ago
parent
commit
d7801617f7
3 changed files with 0 additions and 14 deletions
  1. 0
    5
      src/libespeak-ng/wave.c
  2. 0
    4
      src/libespeak-ng/wave_pulse.c
  3. 0
    5
      src/libespeak-ng/wave_sada.c

+ 0
- 5
src/libespeak-ng/wave.c View File



#include "speech.h" #include "speech.h"


#ifdef USE_ASYNC
// This source file is only used for asynchronious modes

#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
} }
ts->tv_nsec = (long int)t_ns; ts->tv_nsec = (long int)t_ns;
} }

#endif

+ 0
- 4
src/libespeak-ng/wave_pulse.c View File



#include "speech.h" #include "speech.h"


#ifdef USE_ASYNC
// This source file is only used for asynchronious modes

#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
} }


#endif #endif
#endif

+ 0
- 5
src/libespeak-ng/wave_sada.c View File



#include "speech.h" #include "speech.h"


#ifdef USE_ASYNC
// This source file is only used for asynchronious modes

#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <stropts.h> #include <stropts.h>
} }
ts->tv_nsec = (long int)t_ns; ts->tv_nsec = (long int)t_ns;
} }

#endif

Loading…
Cancel
Save