Audyssey-like Dynamic EQ without an AVR?
Hello everyone - in my first post here, I'd like to thank you all for this forum! My main listening space has a 2.1 setup with an Audyssey XT32 capable AVR. It does a real good job with bass management, and there is the bass-happy smile on my face :) regardless of which volume I'm listening at...
www.audiosciencereview.com
I'm using KEF LSX II LT as computer speakers.
From what I understand DynamicEQ requires current speaker volume in main listening position in dB. Not sure if there is a way to do that accurately on KEF speakers and Windows PC.
There is a python library for obtaining current volume from KEF speakers, but KEF speakers' volume is expressed in value ranging from 0 to 100, not dB.
Equalizer APO reads its config file all the time, so if I could somehow periodically generate config based on current volume of the speakers I could make this work?
GitHub - N0ciple/pykefcontrol: Python library for controling KEF speakers
Python library for controling KEF speakers. Contribute to N0ciple/pykefcontrol development by creating an account on GitHub.
github.com
# Get volume : it reruns an integer between 0 and 100
my_speaker.volume # it is not a method so it does not require parenthesis
# (output example) >>> 23
Equalizer APO, REW and Rephase WOW!
@33Polkhigh: Am I correct in understanding you use a HDMI multichannel receiver/AVR? Is that a simple as connecting the HDMI output of your PC/Laptop with the HDMI input of your 4.1( 5.1/7.1) receiver? (sounds almost too easy/too good to be true)
www.diyaudio.com
The editor is just an editor, and EQ APO is running in the background in Windows reading it's config from config.txt all the time.