View Single Post
DALSAFEEN's Avatar
Posts: 20 | Thanked: 2 times | Joined on Mar 2010 @ DEW
#114
thank you indeed
i will try this update when its available


Originally Posted by Arto View Post
I just posted version 0.6 to extras-devel so it is time to do more bug hunting

Changelog:
Code:
  * UI changes:
  * - Added: Allows now setting options per contact :)
  *
  * - Added: Option to silence speakers when using headphones
  *
  * Daemon changes:
  * - Added: Start daemon on bootup
  *   Thanks to fred123 @ http://talk.maemo.org/showthread.php?t=34982&page=8 for pointing me to right direction :)
  *
  * - Added: Logging to file ~/.espeakcaller/espeakcaller.log
  *
  * - Fixed: "eSpeak is shouting in silent profile"-bug
  *
  * - Fixed: "Daemon not restarted when updating to newer version"-bug
  *



1. For this I haven't still found any solution. If anyone knows how to hook that speaker off button let me know.
2. This should be fixed in new version




Setting options per contact should do it now





New version writes debug logs to (home)/.espeakcaller/espeakcaller.log. Try reading them from console if there is any errors/tracelogs:
Code:
cd .espeakcaller
cat espeakcaller.log

Arto