How to know if a sound is playing using c#?

前端 未结 3 814
自闭症患者
自闭症患者 2020-12-19 17:39

I have a TTS program (Third Party) and I wrote a c# application that uses that program. (Type into my application and press a button to move the mouse and click on the Third

3条回答
  •  囚心锁ツ
    2020-12-19 18:14

    You can do this by using a wrapper around Direct X. There are many examples, just google for it. For example, C# code can be found here or here.

提交回复
热议问题