Recent content by jiiteepee
  1. jiiteepee

    autoeq.app Is a Web Application for Equalizing Headphones the Easy Way

    I've coded a routine which writes EQ settings for Voicemeeter Banana EQ. I'm not yet familiar with GitHub features so I list all needed code here if someone likes to pull a request... (I'll pull request at some point after learning how to). I have tested functionality with command line...
  2. jiiteepee

    autoeq.app Is a Web Application for Equalizing Headphones the Easy Way

    OK, I made one quick implementation (not very familiar with Python) which solves gains for SuperEQ from equalization column data which is showed in spreadsheet tables written by AutoEQ. I've forked AutoEq on GitHub so there you'll find all implemented. Command line script: python3 -m autoeq...
  3. jiiteepee

    autoeq.app Is a Web Application for Equalizing Headphones the Easy Way

    Looked a bit AutoEq suitability to make EQ preset for Foobar2k Desktop/Mobile (+ SuperEQ, DeaDBeeF, AviSynth) (yes, that 18-band build-in EQ in question). Biggest "problem" is how to 'compensate' Foobar2k EQ response because of it uses integer step gains at predefined bandwidths? Tried three...
  4. jiiteepee

    Need some help from the EQ gurus.

    If you're on Windows Vista or higher, there's an utility called EqualizerAPO with GraphicEQ feature which uses linear interpolation between set frequency points ... it's easy to use (just filling a table), just add those few frequency points from your plot and gain for them to match the curves.
  5. jiiteepee

    Equalizer for windows 10 + Tidal

    Actually, Peace works with any driver mode and also with ASIO too because of it has nothing to do with audio/drivers ... it's just a GUI to prepare a file called peace.txt (peace.txt holds filtering commands given in Peace GUI which then are used by EqualizerAPO when included in config.txt) 🧙‍♂️...
  6. jiiteepee

    Exclusive Mode

    @cgb3, There are many VAC based systems (usually VST/AU effect hosts in question so you have wide effects base available) but, in the past, I've used Voicemeeter BANANA which has build-in 8 channel parametric EQ (also (as you seem to use EqualizerAPO already) you be able to integrate Voicemeeter...
  7. jiiteepee

    Math help please

    Hmm... depends on what is sample rate/bit-depth of your source audio? If it is, lets say, Redbook CD format (16-bit/44.1kHz) or other 44.1kHz base audio then don't expect your output to stay original and therefore, depending on SRC quality, can be even worse compared to original ... if source...
  8. jiiteepee

    Converting Flacs on-te-fly to 24 bit/96kHz on Linux

    Monkey media ... you mean MediaMonkey? I have not used MediaMonkey for a decade but IIRC, it allows scripts written using VBscript and JScript languages. My guess is that you can find suitable script at least to start with by Googling it but, if not then maybe someone here forums can help you...
  9. jiiteepee

    Converting Flacs on-te-fly to 24 bit/96kHz on Linux

    Could you use flac.exe by making a batch file or script to loop all flac files with --output-prefix parameter enabled. https://xiph.org/flac/download.html https://xiph.org/flac/documentation_tools_flac.html
  10. jiiteepee

    Anyone into crossfeed?

    Meier crossfeed as a VST plugin. https://hydrogenaud.io/index.php?topic=108412.0
  11. jiiteepee

    I can hear my mouse scrolling...

    There's this graphics hardware acceleration option ...
  12. jiiteepee

    I can hear my mouse scrolling...

    Hmm... have you tried if adjusting mouse sampling rate helps?
  13. jiiteepee

    audio cd quality

    Hmm... IIRC, EAC supports this setting but, getting it enabled in writing process, your burning software should have support for this feature (I don't think it is fixed to be enabled).
  14. jiiteepee

    audio cd quality

    Hmm... if ripping/writing went OK then it should sound same. Only possible reason that comes into mind is that CD-emphasis state does not match. If CD-emhasis is OK (either disabled or enabled in both) then try compare the written data written to blank CD against data original CD (there sure...
  15. jiiteepee

    Not sure if setup correctly E-APO & Peace

    You should point this question directly to Peter Verbeek who is the developer for Peace. Filters targeted to device(s) named in Device: <device names> command are active as long as there's next Device: command given. Default is "All" so, without Device: -command all devices, which have APOs...
Back
Top