Skip to content

Commit 4773e10

Browse files
authored
Add Wwise as SDK (#94)
1 parent 4c941ce commit 4773e10

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

descriptions/SDK.Wwise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Wwise (Wave Works Interactive Sound Engine)**](https://www.audiokinetic.com/products/wwise/) is a cross-platform sound engine developped by Audiokinetic.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ SDL = (?:^|/)sdl2?\.dll$
144144
Steam_Audio = (?:^|/)(?:lib)?(?:steamaudio|phonon)\.(?:dylib|dll|so)$
145145
Steam_Networking = (?:^|/)(?:lib)?steamnetworkingsockets\.(?:dylib|dll|so)$
146146
Tobii = (?:^|/)Tobii
147+
Wwise = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$

tests/types/SDK.Wwise.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/AkSoundEngine.bundle
2+
/AkSoundEngine.dll
3+
/AkSoundEnginedll.bundle
4+
/AkSoundEnginedll.dll
5+
AkSoundEngine.bundle
6+
AkSoundEngine.dll
7+
AkSoundEnginedll.bundle
8+
AkSoundEnginedll.dll
9+
DeadByDaylight/Plugins/Wwise/ThirdParty/x64_vc160/Release/bin/AkSoundEngineDLL.dll
10+
EtG_Data/Plugins/AkSoundEngine.dll
11+
Firewatch.app/Contents/Plugins/AkSoundEngine.bundle
12+
YookaLaylee64_Data/Plugins/AkSoundEngine.dll

tests/types/_NonMatchingTests.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,3 +538,6 @@ bink2w64.ddl
538538
notabink.dll
539539
binkw23.dll
540540
binkw64.exe
541+
SoundEngine.bundle
542+
/AkEngine.dll
543+
AkSoundEnginedlll.dll

0 commit comments

Comments
 (0)