PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Female Voice For Espeak Linux Bash Commands

Go down

Female Voice For Espeak Linux Bash Commands Empty Female Voice For Espeak Linux Bash Commands

Post by jamied_uk 28th May 2016, 20:23


Code:

#!/bin/bash
espeak -v female3 "Hi, this is a test" -g 01ms -a 110 -p 58 -s 175




espeak --voices



espeak -language -v en-uk -gender=male -age=12  'hi there' -g 01ms -a 110 -p 58 -s 175



espeak -language -v en-uk-south -gender=male -age=22  'hi there' -g 01ms -a 110 -p 58 -s 175



espeak -v en-gb M hi there -g 01ms -a 110 -p 58 -s 175











espeak.sourceforge.net/voices.html



sudo apt-get install -y mbrola





espeak.sourceforge.net/mbrola.html



tcts.fpms.ac.be/synthesis/mbrola/mbrcopybin.html





espeak.sourceforge.net





askubuntu.com/questions/554747/how-to-install-more-voices-to-espeak







encrypted.google.com/search?q=mbrola+examples#safe=off&q=mbrola+tutorial





















 5  af             M  afrikaans            other/af     

 5  an             M  aragonese            europe/an    

 5  bg             -  bulgarian            europe/bg    

 5  bs             M  bosnian              europe/bs    

 5  ca             M  catalan              europe/ca    

 5  cs             M  czech                europe/cs    

 5  cy             M  welsh                europe/cy    

 5  da             M  danish               europe/da    

 5  de             M  german               de           

 5  el             M  greek                europe/el    

 5  en             M  default              default      

 2  en-gb          M  english              en            (en-uk 2)(en 2)

 5  en-sc          M  en-scottish          other/en-sc   (en 4)

 5  en-uk-north    M  english-north        other/en-n    (en-uk 3)(en 5)

 5  en-uk-rp       M  english_rp           other/en-rp   (en-uk 4)(en 5)

 5  en-uk-wmids    M  english_wmids        other/en-wm   (en-uk 9)(en 9)

 2  en-us          M  english-us           en-us         (en-r 5)(en 3)

 5  en-wi          M  en-westindies        other/en-wi   (en-uk 4)(en 10)

 5  eo             M  esperanto            other/eo     

 5  es             M  spanish              europe/es    

 5  es-la          M  spanish-latin-am     es-la         (es-mx 6)(es 6)

 5  et             -  estonian             europe/et    

 5  fa             -  Farsi                asia/fa      

 5  fa-pin         -  Farsi-Pinglish       asia/fa-pin  

 5  fi             M  finnish              europe/fi    

 5  fr-be          M  french-Belgium       europe/fr-be  (fr

 5  fr-fr          M  french               fr            (fr 5)

 5  ga             -  irish-gaeilge        europe/ga    

 5  grc            M  greek-ancient        other/grc    

 5  hi             M  hindi                asia/hi      

 5  hr             M  croatian             europe/hr     (hbs 5)

 5  hu             M  hungarian            europe/hu    

 5  hy             M  armenian             asia/hy      

 5  hy-west        M  armenian-west        asia/hy-west  (hy

 5  id             M  indonesian           asia/id      

 5  is             M  icelandic            europe/is    

 5  it             M  italian              europe/it    

 5  jbo            -  lojban               other/jbo    

 5  ka             -  georgian             asia/ka      

 5  kn             -  kannada              asia/kn      

 5  ku             M  kurdish              asia/ku      

 5  la             M  latin                other/la     

 5  lt             M  lithuanian           europe/lt    

 5  lv             M  latvian              europe/lv    

 5  mk             M  macedonian           europe/mk    

 5  ml             M  malayalam            asia/ml      

 5  ms             M  malay                asia/ms      

 5  ne             M  nepali               asia/ne      

 5  nl             M  dutch                europe/nl    

 5  no             M  norwegian            europe/no     (nb 5)

 5  pa             -  punjabi              asia/pa      

 5  pl             M  polish               europe/pl    

 5  pt-br          M  brazil               pt            (pt 5)

 5  pt-pt          M  portugal             europe/pt-pt  (pt 6)

 5  ro             M  romanian             europe/ro    

 5  ru             M  russian              europe/ru    

 5  sk             M  slovak               europe/sk    

 5  sq             M  albanian             europe/sq    

 5  sr             M  serbian              europe/sr    

 5  sv             M  swedish              europe/sv    

 5  sw             M  swahili-test         other/sw     

 5  ta             M  tamil                asia/ta      

 5  tr             M  turkish              asia/tr      

 5  vi             M  vietnam              asia/vi      

 5  vi-hue         M  vietnam_hue          asia/vi-hue  

 5  vi-sgn         M  vietnam_sgn          asia/vi-sgn  

 5  zh             M  Mandarin             asia/zh      

 5  zh-yue         M  cantonese            asia/zh-yue   (yue 5)(zhy 5)











~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Editing the F5 voice in the voices/!v folder, copy and past this data over the existing voice info in that file:



language variant
name female5
gender female

pitch 165 220
roughness 0

formant 0 105 80 150
formant 1 110 80 160
formant 2 110 70 150
formant 3 110 70 150
formant 4 115 80 200
formant 5 115 80 100
formant 6 110 70 150
formant 7 110 70 100
formant 8 110 70 150

stressAdd 0 0 -10 -10 0 0 10 40
breath 5 14 16 16 16 6 0 10
echo 20 10
voicing 75
consonants 150 150
breathw 150 150 200 200 400 400


Then use this script to get the voice fine tuned a great deal:

espeak --stdout -s120 -k18 -a200 -v female5 | play -t wav - \
chorus 0.4 0.8 20 0.5 0.10 2 -t \
echo 0.9 0.8 33 0.9 \
echo 0.7 0.7 10 0.2 \
echo 0.9 0.2 55 0.5 \
gain 10





ubuntuforums.org/archive/index.php/t-1813001.html

https://app.box.com/s/3vi3yx6ikmhgwaockfybxn4r8k9p99i5
jamied_uk
jamied_uk
Admin

Posts : 2943
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum