This commit is contained in:
Paul 2001-07-13 22:21:21 +00:00
parent b491c4c10b
commit 45369125bf
3 changed files with 14 additions and 1 deletions

View file

@ -718,6 +718,18 @@ void CSoundMediator::stopSpeech()
}
/*----------------------------------------------------------------------
Function:
Purpose:
Params:
Returns:
---------------------------------------------------------------------- */
int CSoundMediator::isSpeechPlaying()
{
return CXAStream::IsPlaying();
}
/*----------------------------------------------------------------------
Function:
Purpose: