Automatic Gain Control in Python?
Benjamin Schollnick
bschollnick at schollnick.net
Sun May 29 15:24:03 EDT 2022
> I doubt you even need to write any code to do that. Sox can normalize
> audio levels in files with a single command.
Correct.
My phrasing was slightly misleading.
There are plenty of applications that should do that. I was thinking of one that Marco Arment makes, but I can’t locate it for reference.
- Benjamin
> On May 29, 2022, at 3:18 PM, Grant Edwards <grant.b.edwards at gmail.com> wrote:
>
> 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
> --
> https://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list