Automatic Gain Control in Python?
Grant Edwards
grant.b.edwards at gmail.com
Mon Jun 6 13:10:37 EDT 2022
On 2022-06-06, Phil Boutros <philb at philb.ca> wrote:
> As pretty much everyone else has said. Insisting on real-time
> processing of something that is itself pre-recorded is non-sensical.
Downnloading a file, normalizing/compressing the volume, and then
streaming the result is three lines in a bash script (assuming you've
got wget, sox, and vlc installed). I assume that something similar
could be done in PowerShell on Windows.
With the right libraries, it's probably about the same in Python.
--
Grant
More information about the Python-list
mailing list