Speech recognition

new topic     » topic index » view thread      » older message » newer message

Whilst you're visiting the forum, Chris, I'd like to thank you for
posting the speech.dll - Any hints on how I can create my own
(assuming this can be done by logical comparison without a steep
C learning curve)?

I built an editor around it which incorporates both TTS and SR, and
toggles between the two using VoiceShutdown and VoiceInit switching
one off before the other is switched on. I take it that this is the
usual practice and that speech.dll contains a sufficiently full
repertoire of available commands.

I also found a bug in the demo SpeechToText.exw which causes a crash
upon uttering percent sign, pound sign. Perhaps Voice_Check should
read as follows;

procedure Voice_Check(integer self, integer event, sequence params)
object voice
object block
if Voice_Result()=1
then
block = Voice_Block()
voice=getRichText(Text,-1)
setText(Text, voice & " " & block)
setFocus(Text)
setIndex(Text, -1 )
end if
end procedure
setHandler(MainWin, w32HTimer, routine_id("Voice_Check"))

Regards,

Bob

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu