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

Elminage series sound effect issue #9819

Closed
mousep opened this issue Jun 29, 2017 · 5 comments
Closed

Elminage series sound effect issue #9819

mousep opened this issue Jun 29, 2017 · 5 comments
Milestone

Comments

@mousep
Copy link

mousep commented Jun 29, 2017

Although the compatibility reports in the forum says that the series is completely playable, I notices some minor issue about the sound effect.
The sound effects in the game are played in double speed or much faster, though the background musics are played in normal speed.
This issue only occurs in the later 3 games: Elminage Original, Elminage 3, and Elminage Gothic. The first one, Elminage doesn't have this issue.
(I tested this on Windows platform, both 32-bit and 64-bit, I also tried older versions, but it seems the issue already exists in very old versions like 0.9.6)

I would like to try to help solve this problem, but I don't know where to start looking for the reason. It is appreciated if any one can point out where should I start.

@mousep
Copy link
Author

mousep commented Jun 30, 2017

Okay I tried to hack the sound pitch in sceSasSetPitch
By default the debug text says the sound pitch is 4096, when I set the pitch to 2048, the sound effect seems to play correctly.

@unknownbrackets
Copy link
Collaborator

unknownbrackets commented Jul 1, 2017

This game is one of the ones using sceVaudio - sounds like it has an incorrect sample rate or incorrectly outputs the stereo/etc.

-[Unknown]

@skies2500
Copy link

I have this exact issue. Is there a solution?
Mousep can you explain what I need to do to fix the sound effect issue?

@unknownbrackets
Copy link
Collaborator

I suspect this is related to #12147 - if that gets merged, it should make the playback speed correct, but the quality of the resampling may not be ideal yet.

-[Unknown]

@unknownbrackets
Copy link
Collaborator

That's merged now. It'd help to confirm if this sounds more correct.

It's still going to be a bit off because the resampling isn't very accurate, but it should be better than before. If it's not, then I'm wrong about the problem here.

-[Unknown]

@hrydgard hrydgard closed this as completed Dec 6, 2022
@unknownbrackets unknownbrackets added this to the v1.9.0 milestone Dec 6, 2022
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

4 participants