Edzelf / Esp-radio

Internet radio based on Esp8266 and VS1053.
MIT License
628 stars 200 forks source link

Equalizer setting in .ini file #163

Closed PrimLem closed 5 years ago

PrimLem commented 5 years ago

Hi, I need to slightly compensate the frequency response (+4 dB above 1 kHz) and I tried the following settings in the radio.ini file:

toneha = 4 tonehf = 1000

and

toneha = 4 dB tonehf = 1000 Hz

and ( as raw SCI_BASS value should be) toneha = 8 tonehf = 1

But none of these settings seems to be properly read from the radio.ini file at boot time. However, when I set the values in the web GUI, the setting is changed, but are not saved into the radio.ini file. What could be the problem or what is the correct format fore these two/four tone settings?

Thanks, Primoz

Edzelf commented 5 years ago

In index.html you can find the acceptable values for the settings. I will check later if the value are saved.

Edzelf commented 5 years ago

Tone settings from the webinterface are not automatically saved. Settings in the ini-file will be used to set the initial values of the tone settings.

PrimLem commented 5 years ago

Thanks for checking how it is working. I'll edit the .ini file and use it this way.