PDA

View Full Version : Daphne Sound is scratchy



crisalan44
09-27-2008, 11:13 AM
Hello
I was wondering how do i get hperspin to load daphne with sound buffer set to 8192?? My sound is scracthy when the game is loaded and I am pretty sure it's the sound buffer setting but I can't figure out how to get hs to load this??
Thanks in advance.

BadBoyBill
09-27-2008, 11:20 AM
Hi and welcome,

Ok can you post the command line necessary to load that setting and I'll guide you from there.

crisalan44
09-27-2008, 11:28 AM
This is how I load them for bat files I think this is what you are asking for?!
C:\daphne\daphne.exe badlands vldp -framefile "C:\daphne\mpeg2\badlands\badlands-pc-mpeg2-framefile.txt" -fullscreen -bank 0 00000000 -bank 1 10000000 -sound_buffer 8192

The sound buffer size I changed in daphne loader to 8192 and it fixes the sound problem when I launch from there (not scratchy) but when I load frome daphne.exe via hyperspin it has the scratcy sound. I am launching from hyperspin useing the tutorial on this board. Thanks a ton for the help and the great frontend!!!!!

BadBoyBill
09-27-2008, 11:38 AM
Ok cool, heres what you do, open hyperlaunch.ahk with wordpad or a good text editor ,but not notepad.

Scroll down about a third of the way and youll see all teh commands for launching games.
Youll see daphne there and the daphne params , add any params you want to it.

When your done you can compile that ahk file into an exe with autohotkey.
Just download autohotkey and install it. www.authotkey.com
Then from explorer right click the file and there will be a compile option, thats it.

crisalan44
09-27-2008, 12:45 PM
Thank you that fixed it!!!!