Skip to content

Commit 27a99e4

Browse files
authored
Add additional Wwise rules (#856)
1 parent ba815c1 commit 27a99e4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

rules.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ V8 = (?:^|/)v8\.dll$
379379
Vivox[] = (?:^|/)ortp\.dll$
380380
Vivox[] = vivox
381381
Vorbis = vorbis
382+
Wwise[] = (?:^|/)SoundbanksInfo?\.xml$
383+
Wwise[] = \.bnk$
384+
Wwise[] = \.wem$
382385
Wwise[] = (?:^|/)Ak(?:Unity)?SoundEngine(?:dll)?\.(?:bundle|dll)$
383386
Wwise[] = (?:^|/)WwiseGDNative\.dll$
384387
XAudio2 = (?:^|/)xaudio2_9redist\.dll$

tests/types/SDK.Wwise.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ EtG_Data/Plugins/AkSoundEngine.dll
2121
Firewatch.app/Contents/Plugins/AkSoundEngine.bundle
2222
WwiseGDNative.dll
2323
YookaLaylee64_Data/Plugins/AkSoundEngine.dll
24+
sounds/soundbanksinfo.xml
25+
soundbanksinfo.xml
26+
sounds/mysoundbank.bnk
27+
anothersoundbank.bnk
28+
sounds/mysound.wem
2429
build/windows/WwiseGDNative.dll

tests/types/_NonMatchingTests.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@ _tyrano-data.av
244244
_tyrano-data.sa
245245
FreeImage.dl
246246
FreeImage.s
247+
folder/soundbankinfo.xml
248+
soundbankinfo.xml
249+
myprojectfile.wfppro
250+
myprojectfile_wfpproj
251+
sounds/notasoundbank_bnk
252+
sounds/notasoundbank.bnks
253+
sounds/notasound_wem
254+
sounds/notasound.wems
247255
.sstk
248256
.stkk
249257
.sttk

0 commit comments

Comments
 (0)