Windows error 0x80045006, -2147201018

Detailed Error Information

SPERR_DEVICE_BUSY[1]

MessageThe wave device is busy.
Declared insperror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code20486 (0x5006)

Questions

6votes
2answers

Microsoft Speech API (SAPI) SpVoice A Way for a Stop function

I'm working with Speech Platform Run time of Microsoft and i'm using the SpVoice interface to make the run time speak the sentences i want. To Stop the speech mid sentence i created my function like this public void StopSpeak() { try { Speaker.Speak("", SpeechVoiceSpeakFlags.SVSFPurgeBeforeSpeak); } catch (COMException ex) { [...] read more
c#
com
text-to-speech

Comments

Leave a comment

(plain text only)

Sources

  1. sperror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0