Opened 2 weeks ago
Closed 9 days ago
#17097 closed defect (fixed)
MADS: PHANTOM: Cackle on main menu seems too high-pitched
| Reported by: | eriktorbjorn | Owned by: | fusefib |
|---|---|---|---|
| Priority: | normal | Component: | Engine: MADS |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
On the main menu of the Return of the Phantom, as the mask appears there is laughter. While I haven't tried it in DOSBox in a while, judging by https://www.youtube.com/watch?v=D0jp0zriI6A ScummVM is currently playing this at the wrong pitch.
The pitch is specified in speech_load() as 8192 Hz for Rex Nebular and 11025 Hz for everything else. But here it seems that 8192 Hz produces the correct result?
Also, it seems that the laughter should be played again when the menu options appear but that doesn't happen in ScummVM.
Change History (4)
comment:1 by , 2 weeks ago
| Owner: | set to |
|---|
comment:2 by , 13 days ago
comment:4 by , 9 days ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Seems to work now.
Note:
See TracTickets
for help on using tickets.

I have tested the behavior in DOSBox now, and I got the same as in the YouTube video. So it seems ScummVM is doing it wrong.