|
From: Vassilii K. <vas...@ta...> - 2006-02-22 19:50:13
|
Index: README.voice.html =================================================================== RCS file: /var/cvs/FlightGear-0.9/data/Docs/README.voice.html,v retrieving revision 1.3 diff -u -r1.3 README.voice.html --- README.voice.html 14 Feb 2006 23:36:53 -0000 1.3 +++ README.voice.html 22 Feb 2006 19:48:48 -0000 @@ -64,7 +64,7 @@ Check which voices are available. You can test them by prepending <tt>voice_</tt>: <blockquote><pre> $ festival -festival> (print (mapcar (lambda (pair) (car pair)) voice-locations)) +festival> (print (mapcar car voice-locations)) (kal_diphone rab_diphone don_diphone us1_mbrola us2_mbrola us3_mbrola en1_mbrola) nil festival> (voice_us3_mbrola) |