no se si es por este log. Cuando intento desde la configuración de NVDA abrir el diálogo de sintetizador y seleccionar sonata, no me carga, en acordancia con el registro siguiente:
ERROR - synthDriverHandler.setSynth (08:17:28.716) - MainThread (23684):
setSynth failed for sonata_neural_voices
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 350, in loadSettings
File "C:\Users\luisc\AppData\Roaming\nvda\addons\NVDAExtensionGlobalPlugin\globalPlugins\NVDAExtensionGlobalPlugin\ComplexSymbols\newSymbolsHandler.py", line 89, in myChangeVoice
_NVDAChangeVoice(synth, voice)
File "synthDriverHandler.pyc", line 399, in changeVoice
File "C:\Users\luisc\AppData\Roaming\nvda\addons\sonata_neural_voices\synthDrivers\sonata_neural_voices__init__.py", line 534, in _set_voice
update_displaied_params_on_voice_change(self)
File "C:\Users\luisc\AppData\Roaming\nvda\addons\sonata_neural_voices\synthDrivers\sonata_neural_voices\helpers.py", line 67, in update_displaied_params_on_voice_change
voice_panel.speakerList.SetItems([s.displayName for s in speakers])
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'VoiceSettingsPanel' object has no attribute 'speakerList'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "synthDriverHandler.pyc", line 484, in setSynth
File "synthDriverHandler.pyc", line 451, in getSynthInstance
File "synthDriverHandler.pyc", line 341, in initSettings
File "synthDriverHandler.pyc", line 356, in loadSettings
File "C:\Users\luisc\AppData\Roaming\nvda\addons\NVDAExtensionGlobalPlugin\globalPlugins\NVDAExtensionGlobalPlugin\ComplexSymbols\newSymbolsHandler.py", line 89, in myChangeVoice
_NVDAChangeVoice(synth, voice)
File "synthDriverHandler.pyc", line 399, in changeVoice
File "C:\Users\luisc\AppData\Roaming\nvda\addons\sonata_neural_voices\synthDrivers\sonata_neural_voices__init__.py", line 534, in _set_voice
update_displaied_params_on_voice_change(self)
File "C:\Users\luisc\AppData\Roaming\nvda\addons\sonata_neural_voices\synthDrivers\sonata_neural_voices\helpers.py", line 67, in update_displaied_params_on_voice_change
voice_panel.speakerList.SetItems([s.displayName for s in speakers])
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'VoiceSettingsPanel' object has no attribute 'speakerList'
Si lo intento directamente pulsando NVDA+shift+S sí me carga.