Your message dated Wed, 27 Apr 2011 12:02:21 +0000
with message-id <[email protected]>
and subject line Bug#601395: fixed in speech-dispatcher 0.7.1-6
has caused the Debian Bug report #601395,
regarding speech-dispatcher: Should have a way to use svox/pico
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.)


-- 
601395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601395
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: speech-dispatcher
Version: 0.7-5.1
Severity: normal
Tags: patch

Hello,

The svox/pico engine from Android is probably a good thing to add to
speech-dispatcher, here is a pico-generic.conf file, to be added using

AddModule "pico-generic"        "sd_generic"     "pico-generic.conf"

of course.  Hynek, I guess that should probably be added upstream?

Samuel

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages speech-dispatcher depends on:
ii  adduser                3.112             add and remove users and groups
ii  dpkg                   1.15.8.5          Debian package management system
ii  install-info           4.13a.dfsg.1-5    Manage installed documentation in 
ii  libasound2             1.0.21a-1+youpi.1 shared library for ALSA applicatio
ii  libaudio2              1.9.2-3           Network Audio System - shared libr
ii  libc6                  2.11.2-6          Embedded GNU C Library: Shared lib
ii  libdotconf1.0          1.0.13-3          Configuration file parser library 
ii  libespeak1             1.43.03-2         A multi-lingual software speech sy
ii  libflite1              1.4-release-2     a small run-time speech synthesis 
ii  libglib2.0-0           2.24.2-1          The GLib library of C routines
ii  libpulse0              0.9.21-3+b1       PulseAudio client libraries
pi  libspeechd2            0.7-5.1+youpi.1   Speech Dispatcher: Shared librarie
ii  lsb-base               3.2-23.1          Linux Standard Base 3.2 init scrip

Versions of packages speech-dispatcher recommends:
ii  pulseaudio                   0.9.21-3+b1 PulseAudio sound server

Versions of packages speech-dispatcher suggests:
pn  speech-dispatcher-doc-cs      <none>     (no description available)
pn  speech-dispatcher-festival    <none>     (no description available)

-- Configuration Files:
/etc/speech-dispatcher/modules/espeak-generic.conf [Errno 2] Aucun fichier ou 
dossier de ce type: u'/etc/speech-dispatcher/modules/espeak-generic.conf'
/etc/speech-dispatcher/speechd.conf changed:
LogLevel  3
LogDir  "default"
DefaultVolume 100
AudioOutputMethod "alsa"
AddModule "espeak-mbrola-generic" "sd_generic" "espeak-mbrola-generic.conf"
AddModule "espeak-pico-generic"        "sd_generic"     
"espeak-pico-generic.conf"
AddModule "dummy"         "sd_dummy"      ""
DefaultModule espeak-pico-generic
Include "/etc/speech-dispatcher/clients/*.conf"
Include "clients/*.conf"


-- no debconf information

-- 
Samuel Thibault <[email protected]>
Hi ! I'm a .signature virus ! Copy me into your ~/.signature, please !
# pico output module is based on the generic plugin for Speech
# Dispatcher. It means there is no code written explicitly for
# this plugin, all the specifics are handled in this configuration
# and we call a simple command line client to perform the actual
# synthesis. Use this config file with the sd_generic output module.
#
# IMPORTANT: The audio output method relies on an audio playback
# utility (play, aplay, paplay for OSS, ALSA or Pulse)
# being installed. If this is not the case, consider installing it
# or replace the $PLAY_COMMAND string in the GenericExecuteString below
# with play, paplay or similar.
#
# GenericExecuteSynth is the shell command that should be
# executed in order to say some message. This command must
# stop saying the message on SIGKILL, otherwise it's useless.
# You can use the variables $LANGUAGE, $VOICE, $PITCH and $RATE
# which will be substituted for the appropriate value (you
# can modify this value, see other parameters).
# The command can be split into more lines, if necessary, using '\'.
GenericExecuteSynth \
"pico2wave -w $TMPDIR/pico.wav -l $VOICE \'$DATA\' && $PLAY_COMMAND 
$TMPDIR/pico.wav

# The following three items control punctuation levels None, Some, and All.
# Each of these values will be substituted into the $PUNCT variable depending
# on the value passed to speech dispatcher from applications.
# Note that if an empty string is specified, then $PUNCT will be blank 
# which is a default situation for espeak.
 
GenericPunctNone " "
GenericPunctSome "--punct=\"()[]{};:\""
GenericPunctAll "--punct"

# GenericStripPunctChars is a list (enclosed in doublequotes) of
# all the characters that should be replaced by whitespaces in
# order not to be badly handled by the output module or misinterpreted
# by shell.
# GenericStripPunctChars  ""

# If the language you need to pass in $LANG is different
# from the standard ISO language code, you can specify
# which string to use instead. If you wish to use
# other than ISO charset for the specified language,
# you can add it's name (as accepted by iconv) as a
# third parameter in doublequotes.


GenericLanguage           "en" "en" "utf-8"
GenericLanguage           "de" "de" "utf-8"
GenericLanguage           "es" "es" "utf-8"
GenericLanguage           "fr" "fr" "utf-8"
GenericLanguage           "it" "it" "utf-8"

# AddVoice specifies which $VOICE string should be assigned to
# each language and symbolic voice name. All the voices you want
# to use must be specified here. This list will likely not be
# up-to-date, please check pico documentation and add the voices
# you want to use.

AddVoice        "en"    "FEMALE1"       "en-US"
AddVoice        "en"    "FEMALE2"       "en-GB"
AddVoice        "de"    "FEMALE1"       "de-DE"
AddVoice        "es"    "FEMALE1"       "es-ES"
AddVoice        "fr"    "FEMALE1"       "fr-FR"
AddVoice        "it"    "FEMALE1"       "it-IT"

# Yes, it's wrong, but this way you at least get something even when configured
# (by default) to use a male voice
AddVoice        "en"    "MALE1"         "en-US"
AddVoice        "en"    "MALE2"         "en-GB"
AddVoice        "de"    "MALE1"         "de-DE"
AddVoice        "es"    "MALE1"         "es-ES"
AddVoice        "fr"    "MALE1"         "fr-FR"
AddVoice        "it"    "MALE1"         "it-IT"

# Debug turns debugging on or off
# See speechd.conf for information where debugging information is stored
Debug 0

--- End Message ---
--- Begin Message ---
Source: speech-dispatcher
Source-Version: 0.7.1-6

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:

cl-speech-dispatcher_0.7.1-6_all.deb
  to main/s/speech-dispatcher/cl-speech-dispatcher_0.7.1-6_all.deb
libspeechd-dev_0.7.1-6_amd64.deb
  to main/s/speech-dispatcher/libspeechd-dev_0.7.1-6_amd64.deb
libspeechd2_0.7.1-6_amd64.deb
  to main/s/speech-dispatcher/libspeechd2_0.7.1-6_amd64.deb
python-speechd_0.7.1-6_all.deb
  to main/s/speech-dispatcher/python-speechd_0.7.1-6_all.deb
speech-dispatcher-dbg_0.7.1-6_amd64.deb
  to main/s/speech-dispatcher/speech-dispatcher-dbg_0.7.1-6_amd64.deb
speech-dispatcher-doc-cs_0.7.1-6_all.deb
  to main/s/speech-dispatcher/speech-dispatcher-doc-cs_0.7.1-6_all.deb
speech-dispatcher-festival_0.7.1-6_all.deb
  to main/s/speech-dispatcher/speech-dispatcher-festival_0.7.1-6_all.deb
speech-dispatcher_0.7.1-6.debian.tar.gz
  to main/s/speech-dispatcher/speech-dispatcher_0.7.1-6.debian.tar.gz
speech-dispatcher_0.7.1-6.dsc
  to main/s/speech-dispatcher/speech-dispatcher_0.7.1-6.dsc
speech-dispatcher_0.7.1-6_amd64.deb
  to main/s/speech-dispatcher/speech-dispatcher_0.7.1-6_amd64.deb



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.
Boris Dušek <[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: SHA1

Format: 1.8
Date: Mon, 25 Apr 2011 19:20:55 +0200
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
Distribution: unstable
Urgency: low
Maintainer: Boris Dušek <[email protected]>
Changed-By: Boris Dušek <[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: 579283 598569 601395 617070
Changes: 
 speech-dispatcher (0.7.1-6) unstable; urgency=low
 .
   [ Boris Dušek ]
   * Fix description of libspeechd-dev package.
   * Add manpages for spd-conf, spd-say and speech-dispatcher; closes: #598569.
   * Correctly use execlp to specify module image name; closes: #579283.
 .
   [ Samuel Thibault ]
   * Bump Standards-Version to 3.9.2 (no change needed)
 .
   [ Boris Dušek ]
   * Use debhelper files as much as possible.  This should make merges between
     Debian and Ubuntu packages easier.
   * Do not ship documentation changelog as the main changelog.
   * Move libsdaudio.{a,so} files to the development package.
   * Add support for pico using generic module; closes: #601395.
   * Add Vcs-* information to debian/control.
   * Update upstream homepage.
   * Transition to dh_python2; closes: #617070.
   * Remove explicit libspeechd2 maintainer scripts; dh_makeshlibs
     generates them
Checksums-Sha1: 
 fcdfc04a1bc9b2af54ec4a8a0b896eeb7081441c 1728 speech-dispatcher_0.7.1-6.dsc
 a4f98a76a7bed41b1c2a209ebd0634ac419ab538 170944 
speech-dispatcher_0.7.1-6.debian.tar.gz
 b04143bc808047037b077bfe695bb1eed7b8acbc 15686 
cl-speech-dispatcher_0.7.1-6_all.deb
 a5d26b6e0641b166f0ba37545df54b558fc44d70 47552 python-speechd_0.7.1-6_all.deb
 c69f15a90867bec969d1c0cc83419999462da6c0 7622 
speech-dispatcher-festival_0.7.1-6_all.deb
 f5aed4f729ebba50d858dc4c4681a8ac22d2bfb2 33390 
speech-dispatcher-doc-cs_0.7.1-6_all.deb
 42b09203272e9e064edaf10d73cab58bc46f8755 519158 
speech-dispatcher_0.7.1-6_amd64.deb
 17c25f460d609589dd9e124a3cdc20cd23adacac 21550 libspeechd2_0.7.1-6_amd64.deb
 82e9169d33b1216cdd03368040068fa43419e26e 43098 libspeechd-dev_0.7.1-6_amd64.deb
 315d78fa603842e38a8d3c314b33d5a21b24474f 446034 
speech-dispatcher-dbg_0.7.1-6_amd64.deb
Checksums-Sha256: 
 18bd7a70f9bcbe32aa73e18a347afd43caf497946f0ebd8c3d7116ac03935767 1728 
speech-dispatcher_0.7.1-6.dsc
 826a246326c5ecca24f7b88eaaf7ad78a6dd63bc90c7d17293f6d16bd201cb1c 170944 
speech-dispatcher_0.7.1-6.debian.tar.gz
 8d847d5c4e7f6daf6dfc6fb87f59d3facc5b5b18394a79c745fa19d5209d246d 15686 
cl-speech-dispatcher_0.7.1-6_all.deb
 5c114c584a9494e20d2e50b1e1d5a56c5cfdb5fc6f93b4a4683b6e4e8a28b50c 47552 
python-speechd_0.7.1-6_all.deb
 a25656e6ca12eae9dadb32abfd2b9daf06614d11504be6c045a03faeec3269c8 7622 
speech-dispatcher-festival_0.7.1-6_all.deb
 51f28b7598a7e545b5d73c5d11c486908f5b63fcc56ccf7dca50b1f69e14ce6c 33390 
speech-dispatcher-doc-cs_0.7.1-6_all.deb
 a7ff66d245bfa111e429ff3942238131eef4eae5fd75a4fd40a2ca00a750d758 519158 
speech-dispatcher_0.7.1-6_amd64.deb
 eb7988cff1827ea4a2b59feb08e4a9ae8aef7e0bc01be9926a378aec0b99390b 21550 
libspeechd2_0.7.1-6_amd64.deb
 70df42d0ef3fe9d17428a8100c25139d2c87ec5564f0d640ded64c09d112955e 43098 
libspeechd-dev_0.7.1-6_amd64.deb
 2de6e611a5892be112876c65e54df74017fd3232942e6c5abb58bdfbe885cb3b 446034 
speech-dispatcher-dbg_0.7.1-6_amd64.deb
Files: 
 7063042f93ca981f2384fc1dbf04bd10 1728 sound optional 
speech-dispatcher_0.7.1-6.dsc
 c78fd72bf0867a79c2c248046235be06 170944 sound optional 
speech-dispatcher_0.7.1-6.debian.tar.gz
 48df70e08d5bf72e12ba53343251cdbd 15686 lisp extra 
cl-speech-dispatcher_0.7.1-6_all.deb
 3e8af75adbba92012b2809341659c078 47552 python extra 
python-speechd_0.7.1-6_all.deb
 b53c5fee858b5ee38f7bae3910cf662d 7622 sound optional 
speech-dispatcher-festival_0.7.1-6_all.deb
 1b1d64b3137fb12bdb01b1ff75504a69 33390 doc extra 
speech-dispatcher-doc-cs_0.7.1-6_all.deb
 c3042cdd61e5f95963cc807340d9d828 519158 sound optional 
speech-dispatcher_0.7.1-6_amd64.deb
 927f120e7068593ca16d3d2f719924bd 21550 libs optional 
libspeechd2_0.7.1-6_amd64.deb
 3b849fbe2bc145273dc0c73104fb22c4 43098 libdevel extra 
libspeechd-dev_0.7.1-6_amd64.deb
 309f4780ac70ce10059297295139de3f 446034 debug extra 
speech-dispatcher-dbg_0.7.1-6_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk236YMACgkQkSkk/j3Cm0GLPQCfTpgA4EiAXJCsuNEU6TfE6lBi
nGQAoLM3kwxCK5KuvWUzB4AiMiw59UWz
=Iiju
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to