Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  AutoEQ preset file support
« previous next »
  • Print
Pages: [1]

Author Topic: AutoEQ preset file support  (Read 2102 times)

Offline coomer101

  • Member
  • *
  • Posts: 16
AutoEQ preset file support
« on: March 29, 2024, 08:41:18 AM »
The Eros Q family of devices is one of the few (if only) rockbox PMPs that are powerful enough to have several EQ filters while playing high res files.
I've been wondering if there's a way to have rockbox recognize AutoEQ configs?
I've been "translating" them by hand and it works very well, but it's also very tedious.
Been brainstorming ways to maybe have a bash script convert them PC side then moving them to the payer but my sed and awk skills just aren't there sadly.
Anyone else use the parametric EQ? Very underrated feature of rockbox imo

AutoEQ files themselves contain the same info as rockbox equalizer .cfgs, but the formatting and values are different of course.
AutoEQ:
Code: [Select]
Preamp: -3.4 dB
Filter 1: ON PK Fc 64 Hz Gain 3.8 dB Q 0.500
Filter 2: ON PK Fc 260 Hz Gain -3.9 dB Q 0.700
Filter 3: ON PK Fc 3000 Hz Gain 2.7 dB Q 0.600
Filter 4: ON PK Fc 3700 Hz Gain -1.0 dB Q 2.000
Filter 5: ON PK Fc 5400 Hz Gain 2.2 dB Q 2.000
Filter 6: ON PK Fc 8500 Hz Gain -1.6 dB Q 1.900

Rockbox:
Code: [Select]
eq enabled: on
eq precut: 34
eq low shelf filter: 60, 5, 0
eq peak filter 1: 64, 5, 38
eq peak filter 2: 260, 7, -39
eq peak filter 3: 3000, 6, 27
eq peak filter 4: 3700, 20, -10
eq peak filter 5: 5400, 20, 22
eq peak filter 6: 8500, 19, -16
eq peak filter 7: 9000, 20, -9
eq peak filter 8: 11000, 20, 11
eq peak filter 8: 15000, 8, 0
eq high shelf filter: 16000, 7, 0

Rockbox lines are freq in thousands, Q value without a decimal so 5=0.5, 20=2.0 and so on, and then db gain also without decimals, so -3.9db = -39
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  AutoEQ preset file support
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.077 seconds with 18 queries.