chcg / SpeechPlugin

Unofficial version of https://sourceforge.net/projects/npp-plugins/files/SpeechPlugin/
GNU General Public License v2.0
8 stars 1 forks source link

No speech cyrillics #16

Closed ThirtysixLab closed 1 month ago

ThirtysixLab commented 2 months ago

Hi! Very useful plugin. Thank you! I used this to check texts for typos. But in Cyrillic text only numbers are pronounced. (I also tried changing voices in Windows settings - nothing changes)

chcg commented 1 month ago

Maybe the transformation from UTF8 (N++) -> UTF16(windows used by SAPI) is missing or not done correct. That needs to be checked.

chcg commented 1 month ago

@ThirtysixLab Could you please test https://github.com/chcg/SpeechPlugin/releases/tag/v0.6.0. This release should fix the problem if used together with a voice capable to speak russian.

ThirtysixLab commented 1 month ago

Yes! This is work! Awesome! Thank you!    

Best, Alexey - ThirtysixLab ️ 2024    

ThirtysixLab commented 1 month ago

What about (changing voices in Windows settings)? - still not work. Perhaps this can be implemented in a N++ interface?

chcg commented 1 month ago

@ThirtysixLab See https://github.com/chcg/SpeechPlugin/issues/10. Likely no impl from me soon.