C# How to get Audio Decibel values with time span

后端 未结 2 811
一整个雨季
一整个雨季 2021-01-03 11:21

how can I get Decibel values of a wav/mp3 file I have every 1 second? using any audio library that works with C#..

something like:

Time: 0, DB: 0.213         


        
2条回答
  •  梦毁少年i
    2021-01-03 12:10

    I found a solution from examples given in NAudio Library. since the solution I found is so big. I'm not gonna post it here. so I'm just gonna give hints in case if anybody wanted to do the same thing.. NAudioDemo application -> AudioPlayBackDemo Folder -> AudioPlayBackPanel.cs File...

提交回复
热议问题