Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| orca [Le 08/01/2013, 16:59] – [Utilisation de Svox pico avec Orca] 212.194.26.86 | orca [Le 23/04/2026, 11:43] (Version actuelle) – L'Africain | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag>Hardy Jaunty Karmic Lucid gnome accessibilité}} | + | {{tag>Noble gnome accessibilité}} |
| ------ | ------ | ||
| - | + | {{ : | |
| - | + | ||
| ====== Orca ====== | ====== Orca ====== | ||
| - | Orca est un programme gratuit et libre pour permettre à des utilisateurs non/ | + | Orca est un programme gratuit et libre qui lit l' |
| + | Orca fonctionne avec les programmes couramment utilisés (Navigateur internet, Office, Client mail, terminal, etc.) | ||
| - | |||
| - | |||
| - | ===== Programmes supportés ===== | ||
| - | |||
| - | Orca fonctionne avec les programmes couramment utilisés (Navigateur internet, Office, Client mail, terminal, etc.). | ||
| - | |||
| - | Il est possible de consulter la liste exhaustive des programmes compatibles [[http:// | ||
| - | |||
| - | ===== Pré-requis ===== | ||
| - | |||
| - | * Installer Ubuntu avec le [[:son]] fonctionnel. | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | + | Si vous avez installé Ubuntu par défaut Orca est déjà installé. | |
| - | Si vous avez installé Ubuntu par défaut Orca est déjà installé. | + | |
| ===== Configuration ===== | ===== Configuration ===== | ||
| + | Il faut juste activer les options voulues dans **Paramètres système -> Accès universel** et dans l' | ||
| - | Il faut juste activer les options voulues dans le menu Système | + | {{: |
| ===== Utilisation ===== | ===== Utilisation ===== | ||
| - | |||
| La navigation dans le bureau et les applications se fait grâce aux raccourcis clavier Gnome. | La navigation dans le bureau et les applications se fait grâce aux raccourcis clavier Gnome. | ||
| - | Pour une documentation claire en français : [[http://library.gnome.org/ | + | Pour une documentation claire en français : [[https://help.gnome.org/ |
| + | ===== Configuration ===== | ||
| + | ==== Utilisation de Svox pico avec Orca ==== | ||
| - | ===== Utilisation de Svox pico avec Orca ===== | + | Pico est une synthèse vocale Open Source qui peut être utilisée |
| + | * [[: | ||
| + | * [[: | ||
| + | < | ||
| + | et changer/ | ||
| + | et < | ||
| - | Pico est une synthèse vocale Open Source qui peut être utilisée | + | <note tip>Vous pouvez faire la même chose avec [[Piper-tts|Piper]].</ |
| + | ====La loupe==== | ||
| + | Il semble que la fonction loupe d'Orca n’existe plus par défaut, impossible de trouver une option Zoom dans l' | ||
| - | * Pour l' | ||
| - | |||
| - | * Puis changer la ligne // | ||
| - | < | ||
| - | DefautltModule pico-generic | ||
| - | </ | ||
| - | C'est tout pour Ubuntu 12.10, pour les versions précédentes, | ||
| - | |||
| - | * Il faut créer un fichier pico-generic.conf et le placer dans / | ||
| - | |||
| - | **Le fichier de configuration :** | ||
| - | < | ||
| - | # pico output module is based on the generic plugin for Speech | ||
| - | # Dispatcher. It means there is no code written explicitly for | ||
| - | # this plugin, all the specifics are handled in this configuration | ||
| - | # and we call a simple command line client to perform the actual | ||
| - | # synthesis. Use this config file with the sd_generic output module. | ||
| - | # | ||
| - | # IMPORTANT: The audio output method relies on an audio playback | ||
| - | # utility (play, aplay, paplay for OSS, ALSA or Pulse) | ||
| - | # being installed. If this is not the case, consider installing it | ||
| - | # or replace the $PLAY_COMMAND string in the GenericExecuteString below | ||
| - | # with play, paplay or similar. | ||
| - | # | ||
| - | # GenericExecuteSynth is the shell command that should be | ||
| - | # executed in order to say some message. This command must | ||
| - | # stop saying the message on SIGKILL, otherwise it's useless. | ||
| - | # You can use the variables $LANGUAGE, $VOICE, $PITCH and $RATE | ||
| - | # which will be substituted for the appropriate value (you | ||
| - | # can modify this value, see other parameters). | ||
| - | # The command can be split into more lines, if necessary, using ' | ||
| - | GenericExecuteSynth \ | ||
| - | " | ||
| - | # The following three items control punctuation levels None, Some, and All. | ||
| - | # Each of these values will be substituted into the $PUNCT variable depending | ||
| - | # on the value passed to speech dispatcher from applications. | ||
| - | # Note that if an empty string is specified, then $PUNCT will be blank | ||
| - | # which is a default situation for espeak. | ||
| - | GenericPunctNone " " | ||
| - | GenericPunctSome " | ||
| - | GenericPunctAll " | ||
| - | # GenericStripPunctChars is a list (enclosed in doublequotes) of | ||
| - | # all the characters that should be replaced by whitespaces in | ||
| - | # order not to be badly handled by the output module or misinterpreted | ||
| - | # by shell. | ||
| - | # GenericStripPunctChars "" | ||
| - | # If the language you need to pass in $LANG is different | ||
| - | # from the standard ISO language code, you can specify | ||
| - | # which string to use instead. If you wish to use | ||
| - | # other than ISO charset for the specified language, | ||
| - | # you can add it's name (as accepted by iconv) as a | ||
| - | # third parameter in doublequotes. | ||
| - | GenericLanguage " | ||
| - | GenericLanguage " | ||
| - | GenericLanguage " | ||
| - | GenericLanguage " | ||
| - | GenericLanguage " | ||
| - | # AddVoice specifies which $VOICE string should be assigned to | ||
| - | # each language and symbolic voice name. All the voices you want | ||
| - | # to use must be specified here. This list will likely not be | ||
| - | # up-to-date, please check pico documentation and add the voices | ||
| - | # you want to use. | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | # Yes, it's wrong, but this way you at least get something even when configured | ||
| - | # (by default) to use a male voice | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | AddVoice " | ||
| - | # Debug turns debugging on or off | ||
| - | # See speechd.conf for information where debugging information is stored | ||
| - | Debug 0 | ||
| - | </ | ||
| - | |||
| - | * Puis insérer la ligne : dans le fichier '' | ||
| - | < | ||
| - | AddModule " | ||
| - | </ | ||
| - | |||
| - | |||
| - | ===== Loupe Gnome Orca fonctionnelle sour ubuntu 11.04 ===== | ||
| - | |||
| - | Je vous joins une méthode pour que la saisie de caractères via la loupe d'orca fonctionne parfaitement sous ubuntu Natty (Par exemple sous Libreoffice). | ||
| - | La version par défaut ne permet pas au curseur de rester centré et si on dépasse l' | ||
| - | |||
| - | <note warning> | ||
| - | |||
| - | * Installation des paquets | ||
| - | |||
| - | sudo apt-get build-dep libatk1.0-0 at-spi && sudo apt-get install libgconf2-dev git | ||
| - | |||
| - | * Installer atk | ||
| - | |||
| - | git clone git:// | ||
| - | cd atk | ||
| - | ./ | ||
| - | make | ||
| - | sudo make install | ||
| - | cd .. | ||
| - | |||
| - | * Installer atp-spi | ||
| - | |||
| - | git clone git:// | ||
| - | cd at-spi | ||
| - | ./ | ||
| - | make | ||
| - | sudo make install | ||
| - | cd .. | ||
| - | |||
| - | * Installer Orca | ||
| - | |||
| - | git clone git:// | ||
| - | cd orca | ||
| - | ./ | ||
| - | make | ||
| - | |||
| - | <note important> | ||
| - | |||
| - | make | ||
| - | sudo make install | ||
| ===== Voir aussi ===== | ===== Voir aussi ===== | ||
| - | * **(en)** [[http://live.gnome.org/ | + | * **(en)** [[https://wiki.gnome.org/action/ |
| ---- | ---- | ||
| - | // | + | |
| + | // | ||
