示例#1
0
        //---------------------------------------------------------------------------

        // HTS_Engine_synthesize_from_strings: synthesize speech from strings
        public bool SynthesizeFromStrings(string[] tLines)
        {
            Refresh();

            m_Label.LoadFromStrings(m_Condition.sampling_frequency, m_Condition.fperiod, tLines);

            return(Synthesize());
        }