Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonic 3 to Sonic 2 tempo conversion sounds incorrect #18

Open
Dobby233Liu opened this issue Jun 25, 2022 · 1 comment
Open

Sonic 3 to Sonic 2 tempo conversion sounds incorrect #18

Dobby233Liu opened this issue Jun 25, 2022 · 1 comment

Comments

@Dobby233Liu
Copy link

Dobby233Liu commented Jun 25, 2022

When directly playing a Sonic 3 ASM song in Sonic 2 mode, the audio that is produced by the driver sounds "slower" than the audio produced in Sonic 3 mode.
I tested this with the optimized Final Boss song in the song pack's S&K folder. The driver makes it sounds like something like this: finalboss_slow.ogg.zip

As a workaround, I changed a line in _smps2asm_inc.asm:

s3TempotoS2 function n,s2TempotoS3(n)

to

s3TempotoS2 function n,s2TempotoS3(n)/2

Then the song's speed sounds similar to the original.

Though I suspect this may be caused by my modifications to the sound driver, I will test with your skdisasm intergration.

@Dobby233Liu
Copy link
Author

Dobby233Liu commented Jun 25, 2022

I will test with your skdisasm intergration.

Nvm, can't figure out how to do it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant