This patch may overcome audio problems seen by people using ASp with the new V6 release or recent beta versions of AHI.



Load a backup of the ASp executable into a hex editor program.
At offset $BB00 (47872) you will find:

80000009 00C80000 80000008 00C80000 80000007 00C80000 00000000

All bytes with value "C8" should be replaced by bytes of value "32" as shown:

80000009 00320000 80000008 00320000 80000007 00320000 00000000

Save the edited file for use as the main ASp executable.

A pre-patched executable is now available HERE.

Thanks to Mufa for testing this patch.