issue150:python
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
issue150:python [2019/10/31 14:31] – auntiee | issue150:python [2019/10/31 16:29] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 35: | Ligne 35: | ||
Now you can hear what I'm talking about. It's pretty much robotic and something reminds you of listening to the voice of Stephen Hawking. If you listen carefully, it can be mostly understood.** | Now you can hear what I'm talking about. It's pretty much robotic and something reminds you of listening to the voice of Stephen Hawking. If you listen carefully, it can be mostly understood.** | ||
- | Comment l' | + | Comment l' |
Par chance, l' | Par chance, l' | ||
Ligne 41: | Ligne 41: | ||
:~$ sudo apt-get install espeak-ng-espeak | :~$ sudo apt-get install espeak-ng-espeak | ||
- | Pour le tester, quand vous êtes dans un terminal, essayez ceci... | + | Pour le tester, quand vous êtes dans un terminal, essayez ceci : |
:~$ espeak-ng « Bienvenue dans le traitement de l' | :~$ espeak-ng « Bienvenue dans le traitement de l' | ||
Ligne 57: | Ligne 57: | ||
I've cut that list down considerably to save space here in the article. And to be brutally honest, I wouldn' | I've cut that list down considerably to save space here in the article. And to be brutally honest, I wouldn' | ||
- | Il existe de nombreux arguments en ligne de commande que vous pouvez utiliser pour modifier les choses et qui fournissent d' | + | Il existe de nombreux arguments en ligne de commande que vous pouvez utiliser pour modifier les choses et qui fournissent d' |
Si vous voulez voir les différentes langues disponibles, | Si vous voulez voir les différentes langues disponibles, | ||
Ligne 119: | Ligne 119: | ||
pip3 install py-espeak-ng | pip3 install py-espeak-ng | ||
- | Une fois py-espeak-ng installée, lancez votre version préférée de Python. La documentation montre une séquence de commandes légèrement différente, | + | Une fois py-espeak-ng installée, lancez votre version préférée de Python. La documentation montre une séquence de commandes légèrement différente, |
>>> | >>> | ||
Ligne 144: | Ligne 144: | ||
>>> | >>> | ||
- | Puis, nous avons besoin d' | + | Puis, nous avons besoin d' |
>>> | >>> | ||
- | Maintenant, nous disposons enfin d'un moteur qui peut nous parler... | + | Maintenant, nous disposons enfin d'un moteur qui peut nous parler |
>>> | >>> | ||
Ligne 180: | Ligne 180: | ||
>>> | >>> | ||
- | Et que se passe-t-il si nous voulons connaître la vitesse ou la hauteur actuelle ? Rien de plus simple... | + | Et que se passe-t-il si nous voulons connaître la vitesse ou la hauteur actuelle ? Rien de plus simple |
>>> | >>> | ||
Ligne 216: | Ligne 216: | ||
>>> | >>> | ||
- | (La sortie est ci-dessous) | + | (La sortie est ci-dessous.) |
Beaucoup d' | Beaucoup d' | ||
Ligne 282: | Ligne 282: | ||
You can certainly see that the speech is much better and more understandable. Why not stick with this? One of the requirements I stated earlier was that it needed to be free. That not only applies to the software that we use, but the engine service and the lack of internet. If these last two don't bother you, then this is for you. You do, however need to be aware of the cost of using the Google API for this. According to https:// | You can certainly see that the speech is much better and more understandable. Why not stick with this? One of the requirements I stated earlier was that it needed to be free. That not only applies to the software that we use, but the engine service and the lack of internet. If these last two don't bother you, then this is for you. You do, however need to be aware of the cost of using the Google API for this. According to https:// | ||
- | Et maintenant, pour quelque chose de complètement différent... | + | Et maintenant, pour quelque chose de complètement différent |
>>> | >>> | ||
Ligne 289: | Ligne 289: | ||
>>> | >>> | ||
- | Vous pouvez certainement voir que la parole est de meilleure qualité et plus compréhensible. Pourquoi ne pas rester avec ce logiciel-là ? Une des exigences que j' | + | Vous pouvez certainement voir que la parole est de meilleure qualité et plus compréhensible. Pourquoi ne pas rester avec ce logiciel-là ? Une des exigences que j' |
**< | **< |
issue150/python.1572528703.txt.gz · Dernière modification : 2019/10/31 14:31 de auntiee