Automatic Gain Control in Python?

MRAB python at mrabarnett.plus.com
Tue May 31 21:46:51 EDT 2022


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