indiependente / autoEqMac

EqMac preset generator powered by AutoEq.
MIT License
24 stars 1 forks source link

Could not find EQ Data for Audeze LCD-i3 #11

Open justinamaple opened 3 years ago

justinamaple commented 3 years ago

I followed the instructions found in the other issue to install the program using Go, rather than through the release.

This stopped me from getting this error message for all headphones, however I still get it for the one that I need.

jmaple@aobadmins-MBP bin % autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> Audeze EL8 Closed
👉 You selected: Audeze EL8 Closed
📝 Preset saved to Audeze_EL8_Closed.json
jmaple@aobadmins-MBP bin % autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> Audeze Audeze LCD-i3
👉 You selected: Audeze Audeze LCD-i3
2021/05/12 12:30:01 ⛔️ could not find EQ data for headphones Audeze Audeze LCD-i3: eq metadata name not found
jmaple@aobadmins-MBP bin % 
justinamaple commented 3 years ago

This same issue occurs for a few other headphones I own. These were run from $HOME/go/bin

jmaple@aobadmins-MBP bin % autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> JH JH Audio 16v2 (max)
👉 You selected: JH JH Audio 16v2 (max)
2021/05/12 12:34:27 ⛔️ could not find EQ data for headphones JH JH Audio 16v2 (max): eq metadata name not found
jmaple@aobadmins-MBP bin % autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> Oppo Oppo PM3
👉 You selected: Oppo Oppo PM3
2021/05/12 12:34:44 ⛔️ could not find EQ data for headphones Oppo Oppo PM3: eq metadata name not found
jmaple@aobadmins-MBP bin % autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> oppo Oppo PM3 (Aliexpress earpads)
👉 You selected: oppo Oppo PM3 (Aliexpress earpads)
2021/05/12 12:34:51 ⛔️ could not find EQ data for headphones oppo Oppo PM3 (Aliexpress earpads): eq metadata name not found
justinamaple commented 3 years ago

I also tried downloading the source code and using go go run github.com/indiependente/autoEqMac from within the unzipped folder.

jmaple@aobadmins-MBP ~ % cd Downloads/autoEqMac-0.1.3
jmaple@aobadmins-MBP autoEqMac-0.1.3 % go build
jmaple@aobadmins-MBP autoEqMac-0.1.3 % go run github.com/indiependente/autoEqMac
🎧 autoEqMac - EqMac preset generator powered by AutoEq
Please select headphones model:
🎧 >>> Audeze Audeze LCD-i3
👉 You selected: Audeze Audeze LCD-i3
2021/05/12 12:47:07 ⛔️ could not find EQ data for headphones Audeze Audeze LCD-i3: eq metadata name not found
exit status 1
jmaple@aobadmins-MBP autoEqMac-0.1.3 % 

Sorry if there is something obvious I am missing, I am new to Go

VenturaDelMonte commented 3 years ago

Hi, thanks for reaching out to us. i ve just executed our tool to download the presets for the headphone models you pointed out. I can download the related presets and export them as json file successfully. Perhaps, you did not selected the model correctly. Please, ensure you correctly use the autofill feature, i.e., you should select the right model using tab button (it is not enough to write the full model, you need to select a model from the scroll-down menu using TAB) and then you need to launch the download process by clicking the ENTER button.

justinamaple commented 3 years ago

Hey thanks for the quick reply!

This helped me figure out the issue, sometime when typing out the selection it forgets to override the initial blurb before you tab completed

🎧 >>> Audeze Audeze LCD-i3
👉 You selected: Audeze Audeze LCD-i3

As you can see here it added another Audeze before, even though I selected the correct option through the autofill. This made it so that when it searched it searched "Audeze Audeze LCD-i3". It seems the break happens when adding the space character after "Audeze ".

The workaround was typing in "Audeze", no space, then tabbing through all of Audeze's headphones.

I feel like this is likely still a bug? But that's up to you all to decide. Cheers! Thanks for making this tool, EQ sounds great now that I was finally able to download it :)

indiependente commented 3 years ago

Hey thanks for the quick reply!

This helped me figure out the issue, sometime when typing out the selection it forgets to override the initial blurb before you tab completed

🎧 >>> Audeze Audeze LCD-i3
👉 You selected: Audeze Audeze LCD-i3

As you can see here it added another Audeze before, even though I selected the correct option through the autofill. This made it so that when it searched it searched "Audeze Audeze LCD-i3". It seems the break happens when adding the space character after "Audeze ".

The workaround was typing in "Audeze", no space, then tabbing through all of Audeze's headphones.

I feel like this is likely still a bug? But that's up to you all to decide. Cheers! Thanks for making this tool, EQ sounds great now that I was finally able to download it :)

We'll look into it with a low priority. Thanks for the feedback and please leave the repo a ⭐ if you feel like it deserves it.

Shall we close this issue now?

abhayap commented 3 years ago

I have the exact same problem. Please fix it when you get the chance.