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

前端 未结 3 833
自闭症患者
自闭症患者 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:03

    You could check whether the application emits sounds. Take a look at this: Getting individual windows application current volume output level as visualized in audio Mixer

提交回复
热议问题