robertmeta / swiftmac

A port of the emacspeak python server to swift
MIT License
7 stars 0 forks source link

"clever" date reading by engine #42

Open robertmeta opened 4 months ago

robertmeta commented 4 months ago

If you pass a number followed by a month, like 05 May it will read that as May 5th instead of just as it is seen. Need to find a way to disable this behavior.

parhamdoustdar commented 4 months ago

This seems TTS-specific. Try with other synths, like Eloquence, to validate?Sent from my iPhoneOn 17 May 2024, at 21:02, Robert Melton @.***> wrote: If you pass a number followed by a month, like 05 May it will read that as May 5th instead of just as it is seen. Need to find a way to disable this behavior.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

robertmeta commented 3 months ago

This is baked into the specific speech servers (@parhamdoustdar discovered it) and hence I don't think there is an easy solution to fix it, need to dig into engine specific options.