Browse Source

Apply fix from #1705

master
Test User 1 year ago
parent
commit
d6c9c55d46
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/speech.h

+ 1
- 1
src/libespeak-ng/speech.h View File



// will look for espeak_data directory here, and also in user's home directory // will look for espeak_data directory here, and also in user's home directory
#ifndef PATH_ESPEAK_DATA #ifndef PATH_ESPEAK_DATA
#define PATH_ESPEAK_DATA "/usr/share/espeak-ng-data"
#define PATH_ESPEAK_DATA ("%cespeak-ng-data", PATHSEP)
#endif #endif


void cancel_audio(void); void cancel_audio(void);

Loading…
Cancel
Save