tldr;
!!!!!!! -> YOU NEED TO INSTALL FFMPEG at https://ffmpeg.org
open the exe file
select a flac/wav/other actual high quality audio (higher quality ogg not recommended, mp3 is troll)
Wait.
select the export directory and name
get the highest possible quality rankable ogg audio file


this bitrate should be more accurate than spek and other tools

made by AI sorry i was lazy xdd
dont think it should wipe ur entire drive tho (clueless) i added like 50 safeguards i think
if it breaks dm "the fart lord" on osu! or "thefartlord" on discord






for nerds:

usage: Qualitymaxxer.py [-h] [--start START] [--end END] [--step STEP] [--max-kbps MAX_KBPS] [--output OUTPUT] [--keep-temp] [input]

Encode input audio into multiple OGG Vorbis qualities and pick the best under a max bitrate.

positional arguments:
  input                Input audio file (prefer .flac)

options:
  -h, --help           show this help message and exit
  --start START        start quality (default 6.0)
  --end END            end quality (default 7.0)
  --step STEP          step between qualities (default 0.1)
  --max-kbps MAX_KBPS  maximum allowed average bitrate in kbps (default 208)
  --output OUTPUT      output filename (default 'qualitymaxxed audio.ogg')
  --keep-temp          keep temporary encoded files for inspection