mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 22:25:21 +02:00
flite: only compile the cmu_us_kal voice. thanks Alan
This commit is contained in:
parent
0b14c8656e
commit
1a3fe4d921
@ -28,6 +28,8 @@ define Package/flite/description
|
|||||||
a small, fast run-time synthesis engine
|
a small, fast run-time synthesis engine
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS += --with-langvox=ben
|
||||||
|
|
||||||
define Package/flite/install
|
define Package/flite/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin/
|
$(INSTALL_DIR) $(1)/usr/bin/
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/flite $(1)/usr/bin/
|
||||||
|
24
flite/patches/0001-add-ben-configure-file.patch
Normal file
24
flite/patches/0001-add-ben-configure-file.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 3ef2b90c7077dfdcbf3d81dc6eeda948861a0be1 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Xiangfu <xiangfu@macbook.openmobilefree.net>
|
||||||
|
Date: Tue, 24 Jan 2012 00:05:27 +0800
|
||||||
|
Subject: [PATCH] add ben configure file
|
||||||
|
|
||||||
|
---
|
||||||
|
config/ben.lv | 5 +++++
|
||||||
|
1 files changed, 5 insertions(+), 0 deletions(-)
|
||||||
|
create mode 100644 config/ben.lv
|
||||||
|
|
||||||
|
diff --git a/config/ben.lv b/config/ben.lv
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..6caf9fa
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/config/ben.lv
|
||||||
|
@@ -0,0 +1,5 @@
|
||||||
|
+#
|
||||||
|
+# The base languages, lexicons and voices
|
||||||
|
+LEXES += cmulex
|
||||||
|
+LANGS += usenglish
|
||||||
|
+VOXES += cmu_us_kal
|
||||||
|
--
|
||||||
|
1.7.5.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user