speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ibmtts and 64 bit platforms


From: Bart Bunting
Subject: ibmtts and 64 bit platforms
Date: Wed, 29 Sep 2010 10:21:57 +1000

Hi everyone,

Back on the opentts list Chris wrote a howto for installing ibmtts with
opentts.

I have had a look and tried to follow it but it appears that with speech
dispatcher is not honoring the audiodir variable.

As I am no expert in these things does anyone know if this is supported
by speech dispatcher and or what is required to get support?

Original email below.

Bart



Christopher Brannon <cmbrannon79 at gmail.com> (June 04) ()
Subject: [Opentts-dev] [PATCH] Document the process of building ibmtts for 
64-bit.
To: opentts-dev at lists.opentts.org
Date: Thu,  3 Jun 2010 15:09:52 -0500

---
 FAQ     |   25 +++++++++++++++++++++++++
 INSTALL |    3 +++
 2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/FAQ b/FAQ
index 52700ae..64d843a 100644
[ inline patch: text/x-diff ]
--- a/FAQ
+++ b/FAQ
@@ -54,3 +54,28 @@ A: Are you sure you have installed festival-freebsoft-utils 
0.3 or higher
as

 A: Are you sure you are not running into the famous 'server_access_list'
    problem?  Please see the file INSTALL.
+
+Q: How can I install the ibmtts module on a 64-bit system?
+
+A: Unfortunately, the IBMTTS library is only available in a 32-bit version.
+Therefore, you need to build the module on a 32-bit system, perhaps
+running in a virtual machine.
+Once you have built it, you need to copy both the module and some audio
+plugins to the 64-bit system.  Here is a step-by-step explanation of
+what you must do on your 32-bit system to build the module.
+Note that these directions assume that your prefix is /usr/local.
+If you are using a different prefix, replace /usr/local with that prefix.
+
+1. Configure as usual.
+./configure --prefix=/usr/local
+2. Run make, but override the audiodir variable.
+make audiodir=/usr/local/lib/opentts/audio32
+3. And make install, using the same override.
+make install audiodir=/usr/local/lib/opentts/audio32
+4. Copy /usr/local/lib/opentts/modules/ibmtts to the
+/usr/local/lib/opentts/modules/ibmtts on the 64-bit system.
+5. Copy the whole /usr/local/lib/opentts/audio32 tree to
+/usr/local/lib/opentts/audio32 on the 64-bit system.
+
+Now, your 32-bit ibmtts module will look for the 32-bit audio plugins
+that it needs in /usr/local/lib/opentts/audio32.
diff --git a/INSTALL b/INSTALL
index dd767bc..1e5a5ee 100644
--- a/INSTALL
+++ b/INSTALL
@@ -141,6 +141,9 @@ You will also need libsndfile in order to enable sound icon 
emulation
with the
 ibmtts output module.  (As of Apr 2006, the Debian packages you need are
 libsndfile1 and libsndfile1-dev.)

+The process of building the ibmtts output module for a 64-bit system is
+described in the FAQ file.
+
 Continue building OpenTTS
 ===================================

[ 6-line signature. Click/Enter to toggle visibility. ]
-- 
1.7.1

_______________________________________________
Opentts-dev mailing list
Opentts-dev at lists.opentts.org
http://lists.opentts.org/listinfo.cgi/opentts-dev-opentts.org
 William Hubbs <w.d.hubbs at gmail.com> (June 04) (unread)
 Subject: Re: [Opentts-dev] [PATCH] Document the process of building ibmtts for 
64-bit.
 To: List to discuss development of the OpenTTS speech framework <opentts-dev 
at lists.opentts.org>
 Date: Thu, 3 Jun 2010 15:21:13 -0500

 On Thu, Jun 03, 2010 at 03:09:52PM -0500, Christopher Brannon wrote:
 > ---
 >  FAQ     |   25 +++++++++++++++++++++++++
 >  INSTALL |    3 +++
 >  2 files changed, 28 insertions(+), 0 deletions(-)
 looks good.

 William
 [ application/pgp-signature ]
 [ text/plain ]
 [ 3-line signature. Click/Enter to toggle visibility. ]
 _______________________________________________
 Opentts-dev mailing list
 Opentts-dev at lists.opentts.org
 http://lists.opentts.org/listinfo.cgi/opentts-dev-opentts.org
  Chris Brannon <cmbrannon79 at gmail.com> (June 04) ()
  Subject: Re: [Opentts-dev] [PATCH] Document the process of building ibmtts 
for 64-bit.
  To: List to discuss development of the OpenTTS speech framework <opentts-dev 
at lists.opentts.org>
  Date: Thu, 03 Jun 2010 19:31:22 -0500

  William Hubbs wrote:
  > looks good.

  Ok, this one is pushed.

  -- Chris
  [ 3-line signature. Click/Enter to toggle visibility. ]
  _______________________________________________
  Opentts-dev mailing list
  Opentts-dev at lists.opentts.org
  http://lists.opentts.org/listinfo.cgi/opentts-dev-opentts.org
 
-- 

Bart Bunting



reply via email to

[Prev in Thread] Current Thread [Next in Thread]