in my /usr/share/festival/voices/english....I have kal_diphone folder which is English male voice but now I want to change English male voice to female voice so ..I downloaded " cmu_us_clb_arctic-0.95-release.tar.gz ...then followed following step ...
cd /usr/share/festival/voices/english/
sudo tar jxf cmu_us_clb_arctic-0.95-release.tar.bz2
sudo ln -s cmu_us_clb_arctic cmu_us_clb_arctic_clunits
sudo cp /etc/festival.scm /etc/festival.scm.backup
sudo echo "(set! voice_default 'voice_cmu_us_clb_arctic_clunits)" >> etc/festival.scm
error is bash : /etc/festival.scm : permission denied...
so I used the following command =
gksu gedit /etc/festival.scm
after that /etc/festival.scm file is opened and then at the end of file I typed
(set! voice_default 'voice_cmu_us_clb_arctic_clunits)
and then I saved it after that i typed festival on terminal it has given following error :
SIOD ERROR: unbound variable : f2b_f0_lr_start
closing a file left open: /usr/share/festival/init.scm
festival: fatal error exiting.
so i again opened /etc/festival.scm and removed that
(set! voice_default 'voice_cmu_us_clb_arctic_clunits)
and then it started to work...so please tell me how to change voice from male to female...