Automatic Gain Control in Python?

MRAB python at mrabarnett.plus.com
Tue May 31 22:34:48 EDT 2022


On 2022-06-01 03:01, Steve GS wrote:
 > I started but major issues prevented me this weekend (New Roof, Major 
limb
 > broke for pine tree...
 > I still have to install pyAudio.

PyPI has wheels only up to Python 3.6, but Christoph Gohlke's site has 
ones for more recent versions:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

 > -----Original Message-----
 > From: Python-list <python-list-bounces+gronicus=sga.ninja at python.org> On
 > Behalf Of MRAB
 > Sent: Tuesday, May 31, 2022 9:47 PM
 > To: python-list at python.org
 > Subject: Re: Automatic Gain Control in Python?
 >
 > On 2022-06-01 02:03, Steve GS wrote:
 > [snip]
 >
 > > Maybe you do not understand smart speakers. That is exactly what 
they do.
 > > You tell them what podcast/broadcast to play, they get it and play it
 > > for you. It is that simple.
 > >
 > > All I want to do is change the audio levels automatically to make it
 > > easier on the ear.
 > >
 > Did you have a look at the code I posted?
 >
 > I've found that pyaudio can listen to the Line In input at the same 
time as
 > Audacity is recording from it, so you could might be able to use it to
 > monitor the level and then tell the smart speaker to turn the volume 
up or
 > down.



More information about the Python-list mailing list