Logo

bool sapi_textbased_lipsync::is_dirty_char wchar_t  in  )  [static]
 

the method filters a characters that cause performance degradation of text based processes

Definition at line 680 of file sapi_lipsync.cpp.

00681 {
00682     if (iswspace(in) || (iswpunct(in) && in != L'\'')) 
00683         return (true);
00684     return (false);
00685     if (iswalnum(in))
00686         return (false);
00687     return (true);
00688 }


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