Re: [go-nuts] sound level from sample of a wav file

2021-01-03 Thread Francisco Dalla Rosa Soares
Hi there If I got it right, all you wanna do is calculate the decibels of an audio file and trigger an an alert in case it goes over a certain threshold. I found this great answer on Stack overflow, really recommend the whole read but I'll add here the TL;DR, however I do recommend the full read

[go-nuts] sound level from sample of a wav file

2021-01-03 Thread Jeff Mangan
I am able to open a wav file and iterate through samples of it. I am trying to figure out the level of sound (loud vs low talking) and I believe it's a matter of getting some value from the sample and then running some math formulas. Anyone have any ideas or references on this, prefer not some hea