Do you know any cross-platform audio library I can use to normalize sampled audio?
|
feedback
|
|
Google is your friend: https://neon1.net/prog/normalizer.html If you can't use GPL code in your project, then just read the description of the algorithm on the second website and implement your own. It's pretty simple. | ||||
|
feedback
|
|
normalization is an easy process. this is a simple implementation for
other signal formats can be easily converted. | |||||||||
feedback
|