![]() |
STARDICT Dictionary
This appllication is very useful BUT I would like to listen the word pronunciation and I can't.
Is anyone using this feature? how? The steps to have sound are (at least I understood in that way): .......... You must download WyabdcRealPeopleTTS, uncompress and store the files in: /media/mmc1/WyabdcRealPeopleTTS /media/mmc2/WyabdcRealPeopleTTS /usr/share/WyabdcRealPeopleTTS The compressed file could be like that. WyabdcRealPeopleTTS.tar.bz2 after uncompress you you will have a lot of .mp3 stored like in the following structure ../WyabdcRealPeopleTTS/En/a ..... ../WyabdcRealPeopleTTS/En/z I tried to execute the script for sound from terminal: > stardict-wav-play.sh /media/mmc1/WyabdcRealPeopleTTS/En/a/abandon.mp3 And it gave me the following info: method return sender=:1.9 -> dest=:1.159 ------------ Any idea? |
Re: STARDICT Dictionary
I have trying with dbus-send , and different music files and I found the following things:
-I can play music mp3 songs. -I can't play .mp3 (from WyabdcRealPeopleTTS) -I can't play .wav (from WyabdcRealPeopleTTS) I did the test using the command: dbus-send --dest=com.nokia.osso_media_server --print-reply /com/nokia/osso_media_server com.nokia.osso_media_server.music.play_media string:file://media/mmc1/musicfile.mp3 The WyabdcRealPeopleTTS files are very small and short duration, for example: abandonment.mp3 (2,14 KB) 0:00:01 16kbps, 11KHz sterilization.wav (12,7 KB) 0:00:01 88kbps, 8bit, 11KHz Download WyabdcRealPeopleTTS/2.1.0/ If you have knowledge about dbus-send and say which parameter could be proper for these files, I will check and I will my results here. If anyone is interested in see the code inside /usr/bin/stardict-wav-play.sh : >>> #!/bin/sh if [ $# != 1 ]; then exit 1 fi run-standalone.sh dbus-send --dest=com.nokia.osso_media_server --print-reply \ /com/nokia/osso_media_server \ com.nokia.osso_media_server.music.play_media \ string:file://$1 |
All times are GMT. The time now is 23:10. |
vBulletin® Version 3.8.8