Page 1 of 1
Sound Mixing Follow-up
Posted: Sun Apr 13, 2025 8:05 pm
by HelperUnknown
I finally got around to adjusting my sound mixing issue in an old post a while back. I found my sweet spot to be -75 for Daytona 2, since if I cranked it up to -100, then the game audio is completely lost. If anyone else has a different sweet spot, let me know. I'm still experimenting.
Re: Sound Mixing Follow-up
Posted: Sun Apr 13, 2025 10:34 pm
by ToBul
Firstly make sure Supermodel detects the correct number of speakers you have. The log file should report what it finds.
It thinks my laptop has 4 speakers so I have to use the channels command to correct this, otherwise surround sounds are getting lost.
Also for me -40 is ideal.
So my Daytona command would be
Code: Select all
"Supermodel.exe" "Roms\dayto2pe.zip" -balance=-40 -channels=2 -ppc-frequency=66
BTW, I also adjust for is Sega Rally with +5 and legacy sound,
Code: Select all
"Supermodel.exe" "Roms\srally2.zip" -balance=05 -legacy-scsp -channels=2 -ppc-frequency=88
Re: Sound Mixing Follow-up
Posted: Mon Apr 14, 2025 4:45 am
by HelperUnknown
So I open the EXE and not the INI file?
Re: Sound Mixing Follow-up
Posted: Mon Apr 14, 2025 9:08 am
by ToBul
You can do either.
You can use the command line to launch Supermodel with the command you want, or you can put all your settings in the ini file.
The command line options will override the ini file ones.