开发者

Need to "react" on any sound initiated

开发者 https://www.devze.com 2023-03-17 03:51 出处:网络
I need to be able to launch certain procedure only when there is some sound output initiated. This is like when some sound is \"beeped\" (having complete silence before). I image for this to handle is

I need to be able to launch certain procedure only when there is some sound output initiated. This is like when some sound is "beeped" (having complete silence before). I image for this to handle is somehow to monitor the strength of the output channel (where usually all sound is outputted), and if it reaches the certain border, I will launch my "procedure". The sound can be initiated by any program in the system, I just need to monitor the outp开发者_Python百科ut strength and react. Is there a way to make such "monitor" in java? Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消