Anyone knows how to get the value of the highest volume level of a wav-file by using c++ (library libsndfile)? Thx!
|
feedback
|
|
you simply find the highest value among the absolute values of the samples in the sample buffer(s). this takes the general form:
| ||||
|
feedback
|