Measure speaker volume by recording playing sound with microphone

后端 未结 1 1135
野性不改
野性不改 2021-01-14 23:52

I want to measure a system\'s speaker volume by playing a sound and listening for it on a local microphone at the same time. This is for a specific application. The exact re

相关标签:
1条回答
  • 2021-01-15 00:37

    Take this:

    http://windowsmedianet.sourceforge.net/

    and use waveIn managed wrapper.

    http://msdn.microsoft.com/en-us/library/ms712636(VS.85).aspx

    Of course, you'll need some calibration there...

    0 讨论(0)
提交回复
热议问题