speechd-discuss
[Top][All Lists]
Advanced

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

Issue with espeak{,-ng}-mbrola-generic


From: Didier Spaier
Subject: Issue with espeak{,-ng}-mbrola-generic
Date: Fri, 29 Jun 2018 17:24:40 +0200

Le 29/06/2018 ? 09:00, Didier Spaier a ?crit?:
> I will try to modify the command in espeak-ng-mbrola-generic.conf so it
> works here and will let you know the outcome.

These three commands in the attached file work here (TM)

Have a good day,

Didier
-------------- next part --------------
#!/bin/sh
echo 'Utilisation de play, format raw' | espeak-ng -v mb-fr1 -s 147 -p 55 
--punct="()[]{};:" -q --stdin --pho | mbrola -v 2.00 -e 
/usr/share/mbrola/fr1/fr1 - -.raw 2>/dev/null | play -q -t raw -e 
signed-integer -r 16000 -b 16 -
echo 'Utilisation de play, format "a u"' | espeak-ng -v mb-fr1 -s 147 -p 55 
--punct="()[]{};:" -q --stdin --pho | mbrola -v 2.00 -e 
/usr/share/mbrola/fr1/fr1 - -.au 2>/dev/null | play -q -t au -
echo 'Utilisation de "a play" format "a u"' | espeak-ng -v mb-fr1 -s 147 -p 55 
--punct="()[]{};:" -q --stdin --pho | mbrola -v 2.00 -e 
/usr/share/mbrola/fr1/fr1 - -.au 2>/dev/null | aplay -q -r16000 -f S16_BE -


reply via email to

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