smythp / eloud

Lightweight, interactive screen reader for Emacs
25 stars 6 forks source link

How to configure eloud with espeak options? #26

Open ghost opened 6 years ago

ghost commented 6 years ago

How do I change eloud + espeak voices, speed and other configurations? In terminal, I just: espeak -ven-gb -s 150 "I love eloud" -> for British English with 150 of speed espeak -vpt -s 150 "eu amo eloud" -> for Portuguese with 150 of speed Etc... But, did not figure out how to change these values inside emacs + eloud-mode Thx

fommil commented 6 years ago

I'd also like to be able to set the voice. Looks like eloud-speech-rate was introduced for the speed. Adding support for a custom voice seems to be a small change in eloud-speak.

smythp commented 6 years ago

Sorry @fommil and @OrionRandD, I've been meaning to sit down and create a new version of this that takes into account these issues. Currently you can pass in any option you could pass to the espeak command line, but it's not a very tidy interface and I'd like global settings for more than just speech. Will keep you posted.

OrionRandD commented 5 years ago

@smythp I am still waiting the new options to eloud. Like those requested above. Would you have time to implement them? Thx

OrionRandD commented 3 years ago

Sorry @fommil and @OrionRandD, I've been meaning to sit down and create a new version of this that takes into account these issues. Currently you can pass in any option you could pass to the espeak command line, but it's not a very tidy interface and I'd like global settings for more than just speech. Will keep you posted.

Any progress for adding the feature requested by us?