Hi Isomorphic,
I just tried Tripe-Control VoiceAssist here (v14.1p_2025-11-09) in the search field, just to try it, and the audio recognition is working great for me in Windows 11 Chromium 142. Pretty cool feature. There seems to be a bug, though. I say "Bermuda", and it's filled into the field, but then on Enter-Key the field is emptied again, and in the Developer Console docs it says "17:15:41.315:WARN:Log:Canceling value dictation". I also assume that the log level here is a bit too aggressive:
As written in the docs it does not work in Firefox 144, but it also does not work in Edge 142, which is unexpected.
Trying this in my non-default browsers I wasn't logged in at smartclient.com and then could not use VoiceAssist, as it showed your "Ask to be enabled for AI samples popup".
If this is using the browser's SpeechRecognition API, why does it require your AI package? Should not everything be handled by the browser/locally?
Also, the close button in the "VoiceAssist activated"-Notify is a bit mislocated (see attachment).
Best regards
Blama
PS: I'm pretty sure I did not see a "new feature"-blog post about this, and it seems to exist since 14.0. As it is (again) a pretty cool feature, I think a post about it would be good.
I just tried Tripe-Control VoiceAssist here (v14.1p_2025-11-09) in the search field, just to try it, and the audio recognition is working great for me in Windows 11 Chromium 142. Pretty cool feature. There seems to be a bug, though. I say "Bermuda", and it's filled into the field, but then on Enter-Key the field is emptied again, and in the Developer Console docs it says "17:15:41.315:WARN:Log:Canceling value dictation". I also assume that the log level here is a bit too aggressive:
Code:
*17:15:10.845:INFO:Log:initialized
*17:15:11.035:WARN:Log:New Class ID: 'EditContext' collides with ID of existing object with value 'function EditContext() { [native code] }'. Existing object will be replaced.
This conflict would be avoided by disabling ISC Simple Names mode. See documentation for further information.
*17:15:11.248:INFO:Log:Google Maps APIs loaded correctly
*17:15:11.473:INFO:Log:isc.Page is loaded
17:15:11.924:WARN:VoiceAssist:Speech key handler installed for 'Control' key
17:15:15.043:WARN:Log:Feature enabled: true
17:15:17.142:WARN:Log:Starting value dictation - isc_DynamicForm_0_TextItem_isc_OID_4
17:15:18.844:WARN:Log:Value (interim): ber
17:15:18.942:WARN:Log:Value (interim): berm
17:15:19.152:WARN:Log:Value (interim): bermud
17:15:19.180:WARN:Log:Value (interim): Bermuda
17:15:19.833:WARN:Log:Canceling value dictation
Trying this in my non-default browsers I wasn't logged in at smartclient.com and then could not use VoiceAssist, as it showed your "Ask to be enabled for AI samples popup".
If this is using the browser's SpeechRecognition API, why does it require your AI package? Should not everything be handled by the browser/locally?
Also, the close button in the "VoiceAssist activated"-Notify is a bit mislocated (see attachment).
Best regards
Blama
PS: I'm pretty sure I did not see a "new feature"-blog post about this, and it seems to exist since 14.0. As it is (again) a pretty cool feature, I think a post about it would be good.
Comment