*** La traduction en français se trouve après les 3 astérisques (*) Sergei V. Fleytin writes: > I also am very interested by the facts that speakup can speak Russian > now. therefore I would highly appreciated if multispeech-up and all > the configuration stuff that is necessary for speakup to work with > multispeech could be available somewhere for download. >
Hello Sergei and all, Here are a few details about how to install Speakup for Multispeech outside of the Oralux environment. Firstly patch your 2.6.16 kernel sources using the checkout command from Speakup. The update for the non ASCII characters is now in the CVS. Multispeechd-up, the bridge between Speakup and Multispeech, is available at: http://oralux.org/tmp2/multispeech-up-0.2.tgz The INSTALL file gives more details. * If everything is OK, you will have to create the /dev/softsyn device as described in the Speakup doc: Before you can use a software synthesizer, you must have created the /dev/softsynth device. If you have not already done so, issue the following commands as root: cd /dev mknod softsynth c 10 26 * then try to select the Speakup software synthesizer device: echo sftsyn > /proc/speakup/synth_name * check if it is ok: cat /proc/speakup/synth_name must return sftsyn. * finally start still as root, for Russian support: LANGUAGE=ru multispeech-up-ctl start Cheers Gilles *** Bonjour, Voici quelques détails pour les personnes souhaitant installer Speakup pour Multispeech en dehors de l'environnement Oralux. Patchez les sources du noyau 2.6.16 avec la commande checkout du projet Speakup. La mise a jour pour les caractères non ascii est disponible aujourd'hui. Multispeechd-up, qui relie Speakup à Multispeech, est disponible actuellement en : http://oralux.org/tmp2/multispeech-up-0.2.tgz Son fichier INSTALL donne plus de détails. * Si tout est OK, vous devrez créer /dev/softsyn comme décrit dans la doc Speakup (en anglais) : cd /dev mknod softsynth c 10 26 * ensuite sélectionner le pilote 'synthèse logicielle' de Speakup: echo sftsyn > /proc/speakup/synth_name * Vérifier que la commande a bien été prise en compte: cat /proc/speakup/synth_name doit retourner sftsyn. * finalement lancer toujours en tant que root: LANGUAGE=fr multispeech-up-ctl start A+ Gilles -- Oralux http://oralux.org _______________________________________________ Oralux mailing list [email protected] http://lists.freearchive.org/mailman/listinfo/oralux
