Your message dated Sun, 30 Apr 2017 05:58:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#861485: unblock: espeak-ng/1.49.0+dfsg-10
has caused the Debian Bug report #861485,
regarding unblock: espeak-ng/1.49.0+dfsg-10
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.)
--
861485: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861485
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hello,
It was reported in Bug#860891 that the espeak-ng synthesis does
not work any more with at least some mbrola voices, making mbrola
voices useless since mbrola by itself does not take text directly,
but phonemes produced by espeak-ng. Upstream already fixed it just
by increasing the buffer size to 60ms, which I have now uploaded as
espeak-ng=1.49.0+dfsg-10 (see attached debdiff)
Samuel
unblock espeak-ng/1.49.0+dfsg-10
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500,
'testing-debug'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'),
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1,
'experimental')
Architecture: amd64
(x86_64)
Foreign Architectures: i386
Kernel: Linux 4.10.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--
Samuel
<s> je la connaissais pas celle la : "make: Entering an unknown directory"
-+- #ens-mim -+-
diff -Nru espeak-ng-1.49.0+dfsg/debian/changelog
espeak-ng-1.49.0+dfsg/debian/changelog
--- espeak-ng-1.49.0+dfsg/debian/changelog 2017-04-09 23:05:00.000000000
+0200
+++ espeak-ng-1.49.0+dfsg/debian/changelog 2017-04-29 16:32:54.000000000
+0200
@@ -1,3 +1,10 @@
+espeak-ng (1.49.0+dfsg-10) unstable; urgency=medium
+
+ * patches/bufsize: Increase buffersize to 60ms like upstream did, to fix
using
+ MBROLA voices (Closes: Bug#860891).
+
+ -- Samuel Thibault <[email protected]> Sat, 29 Apr 2017 16:32:54 +0200
+
espeak-ng (1.49.0+dfsg-9) unstable; urgency=medium
* control: Add version to libespeak-ng-libespeak1 Provides
diff -Nru espeak-ng-1.49.0+dfsg/debian/patches/bufsize
espeak-ng-1.49.0+dfsg/debian/patches/bufsize
--- espeak-ng-1.49.0+dfsg/debian/patches/bufsize 2017-01-12
03:40:37.000000000 +0100
+++ espeak-ng-1.49.0+dfsg/debian/patches/bufsize 2017-04-29
16:32:54.000000000 +0200
@@ -5,7 +5,7 @@
// buflength is in mS, allocate 2 bytes per sample
if ((buffer_length == 0) || (output_mode & ENOUTPUT_MODE_SPEAK_AUDIO))
- buffer_length = 200;
-+ buffer_length = 50;
++ buffer_length = 60;
outbuf_size = (buffer_length * samplerate)/500;
out_start = (unsigned char *)realloc(outbuf, outbuf_size);
--- End Message ---
--- Begin Message ---
Cyril Brulebois:
> Niels Thykier <[email protected]> (2017-04-29):
>> Samuel Thibault:
>>> Package: release.debian.org
>>> Severity: normal
>>> User: [email protected]
>>> Usertags: unblock
>>>
>>> Hello,
>>>
>>> It was reported in Bug#860891 that the espeak-ng synthesis does
>>> not work any more with at least some mbrola voices, making mbrola
>>> voices useless since mbrola by itself does not take text directly,
>>> but phonemes produced by espeak-ng. Upstream already fixed it just
>>> by increasing the buffer size to 60ms, which I have now uploaded as
>>> espeak-ng=1.49.0+dfsg-10 (see attached debdiff)
>>>
>>> Samuel
>>>
>>> unblock espeak-ng/1.49.0+dfsg-10
>>>
>>> [...]
>>
>> Ack with me, CC'ing KiBi for a d-i ack.
>
> Sure, please go ahead.
>
>
> KiBi.
>
Unblocked, thanks.
~Niels
--- End Message ---