Your message dated Fri, 07 Dec 2012 01:32:34 +0000
with message-id <[email protected]>
and subject line Bug#665382: fixed in speech-dispatcher 0.7.1-6.2
has caused the Debian Bug report #665382,
regarding [speech-dispatcher] wrong GenericExecuteSynth command in
espeak-mbrola-generic config file
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
665382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665382
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: speech-dispatcher
Version: 0.7.1-6.1
Severity: normal
Tags: patch
--- Please enter the report below this line. ---
After enabling the corresponding line in speechd.conf, the
espeak-mbrola-generic module produces no sound at all.
The GenericExecuteSynth command in espeak-mbrola-generic.conf seems wrong
because:
- the data espeak outputs without the --pho option is not a valid input for
mbrola;
- the $VOLUME variable contains a float value suitable for mbrola, while
espeak -a parameter expects an integer; moreover, the -a parameter has no
effect at all when espeak produces phoneme data, and can be dropped at
all since the volume will be determined by mbrola's -v parameter;
- without the --stdin parameter, espeak will take the text from stdin, but
will treat each line as a separate sentence;
- without the -q parameter espeak will try to access audio devices and
produce audio output by itself;
- the espeak -p parameter can alter the sound output produced by mbrola and
can be set to the value contained in the $PITCH env variable.
The attached patch seems to fix all the above issues.
Thanks
Mau
--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-12.dmz.1-liquorix-amd64
Debian Release: wheezy/sid
990 testing-proposed-updates ftp.de.debian.org
990 testing security.debian.org
990 testing ftp.de.debian.org
500 unstable liquorix.net
500 unstable ftp.de.debian.org
500 stable security.debian.org
500 stable ftp.de.debian.org
500 proposed-updates ftp.de.debian.org
1 experimental ftp.de.debian.org
--- Package information. ---
Depends (Version) | Installed
==============================-+-=============
adduser | 3.113+nmu1
lsb-base (>= 3.0-10) | 3.2+Debian31
dpkg (>= 1.15.4) | 1.16.1.2
OR install-info | 4.13a.dfsg.1-8
libao4 (>= 1.1.0) | 1.1.0-1.1
libasound2 (>= 1.0.16) | 1.0.25-2
libaudio2 | 1.9.3-4
libc6 (>= 2.3.2) | 2.13-27
libdotconf1.0 | 1.0.13-3
libespeak1 (>= 1.30) | 1.46.02-1
libflite1 | 1.4-release-4
libglib2.0-0 (>= 2.24.0) | 2.30.2-6
libpulse0 (>= 0.99.1) | 1.1-3
libspeechd2 | 0.7.1-6.1
Recommends (Version) | Installed
=========================-+-===========
pulseaudio | 1.1-3
Suggests (Version) | Installed
============================================-+-==============
speech-dispatcher-festival (= 0.7.1-6.1) | 0.7.1-6.1
speech-dispatcher-doc-cs (= 0.7.1-6.1) |
libttspico-utils | 1.0+git20110131-1
--- espeak-mbrola-generic.conf.orig 2011-04-27 12:01:16.000000000 +0200
+++ espeak-mbrola-generic.conf 2012-03-21 17:25:44.066763025 +0100
@@ -18,7 +18,7 @@
# can modify this value, see other parameters).
# The command can be split into more lines, if necessary, using '\'.
GenericExecuteSynth \
-"echo \'$DATA\' | espeak -v mb-$VOICE $PUNCT -s $RATE -a $VOLUME | mbrola -v $VOLUME -e /usr/share/mbrola/$VOICE/$VOICE - -.au | $PLAY_COMMAND
+"echo \'$DATA\' | espeak -v mb-$VOICE -s $RATE -p $PITCH $PUNCT -q --stdin --pho | mbrola -v $VOLUME -e /usr/share/mbrola/$VOICE/$VOICE - -.au | $PLAY_COMMAND
# The following three items control punctuation levels None, Some, and All.
# Each of these values will be substituted into the $PUNCT variable depending
--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.7.1-6.2
We believe that the bug you reported is fixed in the latest version of
speech-dispatcher, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated speech-dispatcher
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 07 Dec 2012 01:28:18 +0100
Source: speech-dispatcher
Binary: speech-dispatcher libspeechd2 libspeechd-dev cl-speech-dispatcher
python-speechd speech-dispatcher-festival speech-dispatcher-doc-cs
speech-dispatcher-dbg
Architecture: source all amd64
Version: 0.7.1-6.2
Distribution: unstable
Urgency: low
Maintainer: Boris DuĊĦek <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
cl-speech-dispatcher - Common Lisp interface to Speech Dispatcher
libspeechd-dev - Speech Dispatcher: Development libraries and header files
libspeechd2 - Speech Dispatcher: Shared libraries
python-speechd - Python interface to Speech Dispatcher
speech-dispatcher - Common interface to speech synthesizers
speech-dispatcher-dbg - Speech Dispatcher debugging symbols
speech-dispatcher-doc-cs - Speech Dispatcher documentation in Czech
speech-dispatcher-festival - Festival support for Speech Dispatcher
Closes: 665382 694295
Changes:
speech-dispatcher (0.7.1-6.2) unstable; urgency=low
.
* Non-maintainer upload.
* control: Add break/replace for move of libsdaudio.{a,so} from
speech-dispatcher to libspeechd-dev, thanks Andreas Beckmann for the
report & patch; closes: #694295.
* patches/espeak-mbrola-generic.conf.patch: Add patch from Mau to fix mbrola
generic output; closes: #665382.
Checksums-Sha1:
6bae893c89275139c51681910568f43777f6a46d 2086 speech-dispatcher_0.7.1-6.2.dsc
50503684656cda72a2de4cd0b36b7a87d5948417 19291
speech-dispatcher_0.7.1-6.2.debian.tar.gz
1194569bcdd50c789bcc356f4986bb673c8ec636 15996
cl-speech-dispatcher_0.7.1-6.2_all.deb
a51ed3e3a6ff5c964bbb5e2246bc38f03e362d9a 47986 python-speechd_0.7.1-6.2_all.deb
9f44e920f1b102c5a9868fdd43820824add82895 7936
speech-dispatcher-festival_0.7.1-6.2_all.deb
eefdc60fcde9262e6491014b69c3ed236e277f6a 33702
speech-dispatcher-doc-cs_0.7.1-6.2_all.deb
f952c57dfe5756629b2d8fb36e227ef5c468fb91 509276
speech-dispatcher_0.7.1-6.2_amd64.deb
e6ab153285a64e282b1e5e88d32de1ba64a641fb 21650 libspeechd2_0.7.1-6.2_amd64.deb
4e6b5a13b24dda8e3cb42f39c2ce3791abe62559 43492
libspeechd-dev_0.7.1-6.2_amd64.deb
a02383e5713a185f90484bb893bcb122ce69f72b 625944
speech-dispatcher-dbg_0.7.1-6.2_amd64.deb
Checksums-Sha256:
7ea201b0299c412f90065f13eef0fc4135970c24e1db9112c1e30fa941e928b0 2086
speech-dispatcher_0.7.1-6.2.dsc
e99d719ff63610cfe78bc69cceadfef3271e9a4c99876740d5c95fda2913fcb9 19291
speech-dispatcher_0.7.1-6.2.debian.tar.gz
6c510c54ed51ae11c7ae2537e95fb56a1243dde2feb6c101122609d99cb44503 15996
cl-speech-dispatcher_0.7.1-6.2_all.deb
1df34c0ff87378ef83f9b80c538af1012bd9ce67bc7902be86278f88e7cdb6b6 47986
python-speechd_0.7.1-6.2_all.deb
7e4cf034504a8531a75a2fa79932d36d60fa9afa063743ab2456fbd557944107 7936
speech-dispatcher-festival_0.7.1-6.2_all.deb
444143b2da37bb359ed317414acf3aa07bb6c4256673f889cd5afc19d6e5a578 33702
speech-dispatcher-doc-cs_0.7.1-6.2_all.deb
d2e88b89294f9dbee7032c0f20aec42b4977a01efd095c7458629c94b4ad3140 509276
speech-dispatcher_0.7.1-6.2_amd64.deb
e994ca46775880b0c2c28dfbc4eb42ebfb3e7b320d2445521fe2eb3b154a3964 21650
libspeechd2_0.7.1-6.2_amd64.deb
cc31b942e7e2ddc861b760f2dee8b335562b43ff10ead97d465afd7e51beddbb 43492
libspeechd-dev_0.7.1-6.2_amd64.deb
75957ad33064bfb7f98da63cf644fbfdf92aa8431e0d8495471f96edb531cc57 625944
speech-dispatcher-dbg_0.7.1-6.2_amd64.deb
Files:
dfa8207fb764320a48db1c4a86de9730 2086 sound optional
speech-dispatcher_0.7.1-6.2.dsc
8032e097c14815f3772b88279a92da58 19291 sound optional
speech-dispatcher_0.7.1-6.2.debian.tar.gz
223a5f123f41fb01d93750c748219017 15996 lisp extra
cl-speech-dispatcher_0.7.1-6.2_all.deb
13ad913aa2c2110140d159e36b2df286 47986 python extra
python-speechd_0.7.1-6.2_all.deb
c25077442884843e2ae3e1fda2643fdf 7936 sound optional
speech-dispatcher-festival_0.7.1-6.2_all.deb
86674dfd0860dbab8c510a4513efe80c 33702 doc extra
speech-dispatcher-doc-cs_0.7.1-6.2_all.deb
70a970574aa26357ac9ce92c13f84141 509276 sound optional
speech-dispatcher_0.7.1-6.2_amd64.deb
e8c3d6e6ed8db30c8a322032486314f1 21650 libs optional
libspeechd2_0.7.1-6.2_amd64.deb
669f6d5d35d53256fdc7416dea1cf60b 43492 libdevel extra
libspeechd-dev_0.7.1-6.2_amd64.deb
460c929456bc8c51971d59758bea35c5 625944 debug extra
speech-dispatcher-dbg_0.7.1-6.2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iF4EAREKAAYFAlDBQ5oACgkQ2y9P4eIpzVCyPwEAnoIrI7l9iUTJRdqumG/5TA9D
0gg88bsGOC4fcPN/8PYA/jQ9Q9ClVr/CK5Qpq1yJc29mq/IBmTZLnDUNHnJNGzJI
=rNX1
-----END PGP SIGNATURE-----
--- End Message ---