Example #1
0
void Reader::ReadNextLine( Book& book )
{
	string strValue = book.GetMostRecentLine();
	cout << endl << "SAY LINE " << endl << strValue << endl;
	flite_text_to_speech( strValue.c_str(), m_ptrVoice, "play" );
	m_currentLine++;
}