Activity for Lee Baker

  • Lee Baker Lee Baker posted a comment on discussion Help

    My application processes short <10s commands from a constrained vocabulary and grammar. As a command is given, I'm processing the audio as it is recorded, and then presenting the user with the current best hypothesis in real time using ps_start_utt() / ps_process_raw() / ps_seg_iter(). After recording has stopped, I re-process the command as a whole to obtain the final result- ps_start_utt() / ps_process_raw() / ps_end_utt() / ps_seg_iter(). The reason I'm processing a second time is that a comment...

1