This commit is contained in:
parent
b491c4c10b
commit
45369125bf
3 changed files with 14 additions and 1 deletions
|
@ -718,6 +718,18 @@ void CSoundMediator::stopSpeech()
|
|||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
int CSoundMediator::isSpeechPlaying()
|
||||
{
|
||||
return CXAStream::IsPlaying();
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue