I bought a Cepstral voice about a month ago and I am quite happy with it, however there is one nagging problem i am having. I am a programmer and hence tend to have a lot of code read through Cepstral, it reads correctly in most cases, but anything starting with a greater than or dollar sign isn't spoken at all. This is a problem for statements like
- Code: Select all
if a < b:
pass
I only hear "If a, b pass". it is worse in Perl and Php where i don't hear any variable uses at all eg
- Code: Select all
if ($a) {
do_foo($a)
}
i only hear "if open curly do underscore foo close curly"
is it possible to fix this so it speaks the dollar signs as "dollar sign" and greater than and less than as "greater" and "less" respectively