Automatic Gain Control in Python?
Grant Edwards
grant.b.edwards at gmail.com
Sun May 29 15:18:39 EDT 2022
On 2022-05-29, Benjamin Schollnick <bschollnick at schollnick.net> wrote:
> Why not just right a 3rd party package to normalize the audio levels
> in the digital file? It’ll be faster, and probably easier than
> trying to do it in real time…
I doubt you even need to write any code to do that. Sox can normalize
audio levels in files with a single command.
http://sox.sourceforge.net/
--
Grant
More information about the Python-list
mailing list