Dhvani: Difference between revisions
| Line 463: | Line 463: | ||
* Remove pulseaudio-alsa plugin, or | * Remove pulseaudio-alsa plugin, or | ||
* Comment out all the lines in /etc/alsa/pulse-default.conf | * Comment out all the lines in /etc/alsa/pulse-default.conf | ||
==How to interate with Gedit== | |||
#Open gedit, go to Edit->Preferences->Plugins and enable External tools plugin | |||
#Go to Tools->External tools. | |||
#Add a new tool with name dhvani. Give any suitable short cut key(accelerator key) and some description. Select the "Document Selection" as the input so that the input will to dhvani will be the selected text. and in the command box, give the following lines | |||
xargs > /tmp/dhvani | |||
dhvani /tmp/dhvani | |||
and save it. | |||
# Open any text in any of the supported language. Select some lines of the text. Go to tools->dhvani. It will speak the selected text. | |||
# If none of the text is selected, it will speak the entire text. | |||
==''License''== | ==''License''== | ||