Browse Source

mbrola: Note what we need to do to be able to switch language on the fly (#1995)

master
Samuel Thibault 8 months ago
parent
commit
12a72b879f
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/libespeak-ng/mbrowrap.c

+ 3
- 0
src/libespeak-ng/mbrowrap.c View File

@@ -19,6 +19,9 @@

#include "config.h"

/* FIXME: we should be able to run several mbrola processes,
* in case we switch between languages within a synthesis. */

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#endif

Loading…
Cancel
Save