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);

