Where is the information regarding AutomaticEQ coming from? #361
-
|
If it is AI, which algorithm is this based on? |
Beta Was this translation helpful? Give feedback.
Answered by
pierreaubert
Oct 25, 2025
Replies: 1 comment 2 replies
-
|
Hello Krustsch, data are coming from a few reviewers (audiosciencereview, erinsaudiocorner etc ) and manufacturers.
The algorithm itself use scipy to minimise the function and find a good match. The python version is here. I stopped to develop this version. Hope that helps! Pierre |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Krutsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello Krustsch,
data are coming from a few reviewers (audiosciencereview, erinsaudiocorner etc ) and manufacturers.
There are 2 algorithms:
The algorithm itself use scipy to minimise the function and find a good match. The python version is here. I stopped to develop this version.
A new one in Rust is here.
Hope that helps!
Pierre