diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-21 00:43:00 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2016-12-21 00:43:00 +0900 |
commit | 611806e19ca6da042c5c3ad843c7d988f4e57783 (patch) | |
tree | 44b1cfeab61af4262a67afc42a0c3288f326fe44 /recipes-multimedia/hts_engine/hts-engine_1.10.bb | |
parent | f4743ec44fb3fdac04a82790b763cb84f51cc6b7 (diff) |
Adding patch to adjust volume of TTS engine
OSS TTS engine has problems of low volume.
This patch adds the normalize function to OSS TTS engine.
Change-Id: I21c2c6d20bb9e8bef6f3b8ca1c8440baa7ffe2b8
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-multimedia/hts_engine/hts-engine_1.10.bb')
-rw-r--r--[-rwxr-xr-x] | recipes-multimedia/hts_engine/hts-engine_1.10.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-multimedia/hts_engine/hts-engine_1.10.bb b/recipes-multimedia/hts_engine/hts-engine_1.10.bb index 3522f666a..ed5cae63c 100755..100644 --- a/recipes-multimedia/hts_engine/hts-engine_1.10.bb +++ b/recipes-multimedia/hts_engine/hts-engine_1.10.bb @@ -12,7 +12,9 @@ BBCLASSEXTEND = "native" S = "${WORKDIR}/hts_engine_API-${PV}" -SRC_URI = "http://downloads.sourceforge.net/hts-engine/hts_engine_API-${PV}.tar.gz" +SRC_URI = "http://downloads.sourceforge.net/hts-engine/hts_engine_API-${PV}.tar.gz \ + file://nomalize.patch \ + " SRC_URI[md5sum] = "5626d1e2522659e93fb295f0b42339f5" SRC_URI[sha256sum] = "e2132be5860d8fb4a460be766454cfd7c3e21cf67b509c48e1804feab14968f7" |