View Issue Details

Category
SSPBT:本体(SSP)
SeverityminorReproducibilityalways 
Status closed 
Summary0000573: mciaudior.dll not working
DescriptionThe link to the saori file is as follows.
https://github.com/Taromati2/ghost/blob/master/master/saori/mciaudior.dll
I use this saori to play multiple music files at the same time, let's say to play the game's background sound with ssp's own music playing sakura script, and call this saori to play the game's sound effects.
While fixing a sound related bug today, I noticed that the saori doesn't seem to work.
Since it is compressed by upx, I tried to uncompress it to try and fix the problem, but it didn't work.
Is it possible to provide a way to use the sakura script to play multiple sounds at the same time, or to restore this saori to work?

This saori is used in roughly the following way:
PlayLinkWndMusic.SoundEffect:void{
    CALLSAORI('mciaudior', 'stop')
    CALLSAORI('mciaudior', 'load', 'PATH\'+_argv[0])
    CALLSAORI('mciaudior', 'play')
}
Music files used for testing.
https://github.com/Taromati2/ghost/blob/master/master/data/Game/LinkWnd/select.wav
TagsNo tags attached.
Attach Tags

Activities

guest

2023-02-08 16:16

reporter   ~0001384

Sorry I think I made a mistake filling in the path paramete.
This has now been fixed at https://github.com/Taromati2/ghost/commit/9ed21531d36983b415415188c39a501301b8fde1, can you help me close this issue?
XD

ponapalt

2023-02-08 16:27

administrator   ~0001385

closed.

Issue History

Date Modified Username Field Change
2023-02-05 10:23 guest New Issue
2023-02-08 16:16 guest Note Added: 0001384
2023-02-08 16:27 ponapalt Assigned To => ponapalt
2023-02-08 16:27 ponapalt Status new => closed
2023-02-08 16:27 ponapalt Resolution open => no change required
2023-02-08 16:27 ponapalt Note Added: 0001385