View Issue Details

Category
SSPBT:本体(SSP)
SeverityminorReproducibilityalways 
Status closed 
Summary0000145: saori "mciaudior" dosn't work
Descriptionuseage:
OnPlayRing:void{
    CALLSAORI('mciaudior', 'stop')
    CALLSAORI('mciaudior', 'load', 'SOUND_PATH\Ring.mp3')
    CALLSAORI('mciaudior', 'play')
}
TagsNo tags attached.
Attach Tags
Attached Files
mciaudior.dll (90,624 bytes)

Activities

ponapalt

2021-05-15 05:53

administrator   ~0000327

You should specify relative path from mciaudior.dll
For example:

 SAORI path : ghost/master/saori/mciaudior.dll
 Sound file path : ghost/master/sound/Ring.mp3

You should call SAORI such as this:

OnPlayRing:void{
CALLSAORI('mciaudior', 'stop')
CALLSAORI('mciaudior', 'load', '..\sound\Ring.mp3')
CALLSAORI('mciaudior', 'play')
}

Issue History

Date Modified Username Field Change
2021-04-25 18:41 guest New Issue
2021-04-25 18:41 guest File Added: mciaudior.dll
2021-05-15 05:53 ponapalt Assigned To => ponapalt
2021-05-15 05:53 ponapalt Status new => closed
2021-05-15 05:53 ponapalt Resolution open => not fixable
2021-05-15 05:53 ponapalt Note Added: 0000327