Logo

std::vector< alignment_result > & sapi_lipsync::get_phoneme_alignment  ) 
 

this method returns the current best phoneme alignment

The results list can be copied, edited as a reference, etc.

The exact data in the results depends on whether sapi_lipsync::finalize_phoneme_alignment has been called.

Returns:
- reference to list of current alignment results
Note:
if the lipsync is still running, we're making threading assumption. I think it's ok, since sapi events seem t be getting dispatched from the event loop.

Definition at line 280 of file sapi_lipsync.cpp.

00281 {
00282     return (m_results);
00283 }


Copyright (C) 2002-2005 Annosoft LLC. All Rights Reserved.
Visit us at www.annosoft.com